More test improvements

This commit is contained in:
Mads Marquart
2018-08-29 10:14:18 +02:00
parent f367bd2d0d
commit bd2b947255
12 changed files with 39 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ def catch_event(client2):
try:
# Make the client send a messages to itself, so the blocking pull request will return
# This is probably not safe, since the client is making two requests simultaneously
client2.sendMessage("Shutdown", client2.uid)
client2.sendMessage(random_hex(), client2.uid)
finally:
t.join()