From 897b3a23cf4177675f0769de68f08ad8c4faf335 Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 17 Nov 2022 23:25:41 +0200 Subject: add server datetime retriever, fix tests some more --- tests/test_status.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_status.py') 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): import time status = api.status_post("http://example.org/") time.sleep(5) # Card generation may take time + api.verify_minimum_version("2.9.2", cached=False) card = api.status_card(status['id']) try: assert card -- cgit v1.2.3