Fix ack
This commit is contained in:
parent
5146b2f0bc
commit
922de4d160
2 changed files with 11 additions and 8 deletions
|
|
@ -138,7 +138,7 @@ class BaseMixin(object):
|
|||
})
|
||||
|
||||
def test_namespace_ack(self):
|
||||
'Trigger server callback'
|
||||
'Respond to a server callback request within a namespace'
|
||||
chat_namespace = self.socketIO.define(Namespace, '/chat')
|
||||
chat_namespace.emit('trigger_server_expects_callback', PAYLOAD)
|
||||
self.socketIO.wait(self.wait_time_in_seconds)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue