aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_status.py')
-rw-r--r--tests/test_status.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_status.py b/tests/test_status.py
index 32f57a4..1006d51 100644
--- a/tests/test_status.py
+++ b/tests/test_status.py
@@ -37,6 +37,7 @@ def test_status_card(api):
37 status = api.status_post("http://example.org/") 37 status = api.status_post("http://example.org/")
38 time.sleep(5) # Card generation may take time 38 time.sleep(5) # Card generation may take time
39 card = api.status_card(status['id']) 39 card = api.status_card(status['id'])
40 print(card)
40 try: 41 try:
41 assert card 42 assert card
42 finally: 43 finally:
Powered by cgit v1.2.3 (git 2.41.0)