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_notifications.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_notifications.py') diff --git a/tests/test_notifications.py b/tests/test_notifications.py index 0be81c6..6e761ce 100644 --- a/tests/test_notifications.py +++ b/tests/test_notifications.py @@ -26,6 +26,7 @@ def test_notifications_dismiss_pre_2_9_2(api, api2): try: status = api2.status_post('@mastodonpy_test hello!') notifications = api.notifications() + api.verify_minimum_version("2.9.2", cached=False) api.notifications_dismiss(notifications[0]) finally: if not status is None: -- cgit v1.2.3