Skip to content

Commit 2e923ca

Browse files
committed
ccc
Signed-off-by: Martin Sakin <[email protected]>
1 parent 44ce3b0 commit 2e923ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,7 @@ def test_get_connection(self):
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")
113113
print("\n\n --XXX-- connection: %s\n\n", connection)
114+
import sys
115+
sys.stdout.flush()
114116
except HTTPError:
115117
pass

0 commit comments

Comments
 (0)