Skip to content

Commit 000bc0a

Browse files
committed
TMP: test of test
i'm not able to test localy (do not have python2.7) Signed-off-by: Martin Sakin <[email protected]>
1 parent ed22b52 commit 000bc0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/rest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ def test_get_connection(self):
108108

109109
url = '/repos/hpcugent/vsc-base/pulls/296/comments'
110110
try:
111-
client.get_connection(Client.POST, url, body="{'body': 'test'}", headers={})
111+
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(f"\n\n --XXX-- connection: {connection}\n\n", flush=True)
113114
except HTTPError:
114115
pass

0 commit comments

Comments
 (0)