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 7e30362..f45634f 100644
--- a/tests/test_status.py
+++ b/tests/test_status.py
@@ -53,6 +53,7 @@ def test_status_card_pre_2_9_2(api):
53 import time 53 import time
54 status = api.status_post("http://example.org/") 54 status = api.status_post("http://example.org/")
55 time.sleep(5) # Card generation may take time 55 time.sleep(5) # Card generation may take time
56 api.verify_minimum_version("2.9.2", cached=False)
56 card = api.status_card(status['id']) 57 card = api.status_card(status['id'])
57 try: 58 try:
58 assert card 59 assert card
Powered by cgit v1.2.3 (git 2.41.0)