Skip to content

Commit

Permalink
Fix ui_websocket test result with None
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Dec 21, 2019
1 parent df87bd4 commit 60146a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def send(self, data):
def getResult(self):
logging.debug("WsMock: Get result")
back = self.result.get()
logging.debug("WsMock: Got result (data len: %s)" % len(back))
logging.debug("WsMock: Got result (data: %s)" % back)
self.result = gevent.event.AsyncResult()
return back

Expand Down

0 comments on commit 60146a0

Please sign in to comment.