mirror of
https://github.com/romanz/amodem.git
synced 2026-04-18 04:06:00 +08:00
tests: update for CallException handling
This commit is contained in:
@@ -52,7 +52,8 @@ def identity_type(**kwargs):
|
||||
def load_client():
|
||||
return factory.ClientWrapper(connection=FakeConnection(),
|
||||
identity_type=identity_type,
|
||||
device_name='DEVICE_NAME')
|
||||
device_name='DEVICE_NAME',
|
||||
call_exception=Exception)
|
||||
|
||||
|
||||
BLOB = (b'\x00\x00\x00 \xce\xe0\xc9\xd5\xceu/\xe8\xc5\xf2\xbfR+x\xa1\xcf\xb0'
|
||||
|
||||
Reference in New Issue
Block a user