tweak to session.exception to default node_id to None when not provided
This commit is contained in:
parent
3165bddc92
commit
091131fe5c
4 changed files with 6 additions and 6 deletions
|
@ -1117,7 +1117,7 @@ class TestGrpc:
|
|||
with client.context_connect():
|
||||
client.events(session.id, handle_event)
|
||||
time.sleep(0.1)
|
||||
session.exception(exception_level, source, node_id, text)
|
||||
session.exception(exception_level, source, text, node_id)
|
||||
|
||||
# then
|
||||
queue.get(timeout=5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue