forked from shaba/openuds
fixed tests for service on 3.5 actor
This commit is contained in:
parent
78372e593a
commit
66fb59a13b
@ -318,7 +318,8 @@ class CommonService: # pylint: disable=too-many-instance-attributes
|
||||
self._cfg.actorType,
|
||||
self._cfg.own_token,
|
||||
'',
|
||||
self._interfaces
|
||||
self._interfaces,
|
||||
self._secret
|
||||
)
|
||||
except Exception as e:
|
||||
logger.error('Error notifying final logout to UDS: %s', e)
|
||||
@ -448,7 +449,8 @@ class CommonService: # pylint: disable=too-many-instance-attributes
|
||||
self._cfg.actorType,
|
||||
token,
|
||||
username,
|
||||
self._interfaces
|
||||
self._interfaces,
|
||||
self._secret
|
||||
)
|
||||
|
||||
self.onLogout(username)
|
||||
|
Loading…
Reference in New Issue
Block a user