Skip to content

Commit

Permalink
Log WsMock sent data itself to figure out random Crypt test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Dec 21, 2019
1 parent 3d73599 commit df87bd4
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 @@ -354,7 +354,7 @@ def __init__(self):
self.result = gevent.event.AsyncResult()

def send(self, data):
logging.debug("WsMock: Set result (data len: %s)" % len(data))
logging.debug("WsMock: Set result (data: %s)" % data)
self.result.set(json.loads(data)["result"])

def getResult(self):
Expand Down

0 comments on commit df87bd4

Please sign in to comment.