More Flake fixes

This commit is contained in:
Tim 2020-06-21 09:52:56 +01:00
parent fe9f08c431
commit f9c603eeea
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
1 changed files with 0 additions and 5 deletions

View File

@ -32,7 +32,6 @@ from test_api.apitest.logger import print_text, print_error, print_ok, print_inf
# from test_api.apitest.logger import print_debug
class RunTestsController(object):
def __init__(self, address, http_port: str, ws_port: str):
@ -62,11 +61,7 @@ class RunTestsController(object):
print_error("Could not connect to WS! Exiting.")
def on_message(self, message: str) -> None:
<<<<<<< test_api/apitest/runner.py
# print_debug("Message returned")
=======
print_info("Message returned")
>>>>>>> test_api/apitest/runner.py
self.result_stage = message
self.compare_stage()
self.received = True