Skip to content

Commit 117b6dd

Browse files
committed
cleaner test output
1 parent fcd4597 commit 117b6dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def compare_image(self, nb_messages, filename):
9999
f.write(image)
100100
f.close()
101101
if isinstance(image, bytes):
102-
print(f"{image=}", flush=True)
103102
response = self.ws.recv()
104103
print(f"{response=}", flush=True)
105104
format = json.loads(response)["result"]["format"]

0 commit comments

Comments
 (0)