Skip to content

Commit 8580547

Browse files
author
David Linko
committed
adding logs
1 parent a4140b5 commit 8580547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checkout-test/test_routes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ def test_refdm_roundtrip(self):
365365
req_data='ari:/EXECSET/n=1;(ari://ietf/dtnma-agent/CTRL/inspect(ari://ietf/dtnma-agent/EDD/num-msg-rx))',
366366
resp_status=[200],
367367
)
368+
LOGGER.info(resp)
368369

369370
# TODO this assumes any report is valid without filtering on nonce
370371
timer = Timer(5)
@@ -377,6 +378,7 @@ def test_refdm_roundtrip(self):
377378
break
378379
self.assertEqual('text/uri-list', resp.headers.get('content-type'))
379380
text = resp.content.decode('utf8')
381+
LOGGER.info(text)
380382
self.assertRegex(text, r'^ari:/RPTSET/n=1;.*')
381383

382384

0 commit comments

Comments
 (0)