From c66015a6b0655f865c45587095ca8744a9d61534 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 13 Nov 2022 16:02:34 +0200 Subject: Add support and tests for "notifying" follow --- 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 d3f4f5c..0be81c6 100644 --- a/tests/test_notifications.py +++ b/tests/test_notifications.py @@ -34,3 +34,4 @@ def test_notifications_dismiss_pre_2_9_2(api, api2): @pytest.mark.vcr() def test_notifications_clear(api): api.notifications_clear() + -- cgit v1.2.3