Skip to content

Commit 44ce3b0

Browse files
committed
bbb
Signed-off-by: Martin Sakin <[email protected]>
1 parent 5601c5d commit 44ce3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ def test_get_connection(self):
110110
try:
111111
connection = client.get_connection(Client.POST, url, body="{'body': 'test'}", headers={})
112112
self.assertTrue(False, "Trying to post a comment unauthorized should result in HTTPError")
113-
print("\n\n --XXX-- connection: %s\n\n", connection, flush=True)
113+
print("\n\n --XXX-- connection: %s\n\n", connection)
114114
except HTTPError:
115115
pass

0 commit comments

Comments
 (0)