From 437f68c29a18303de3c75962021bbe030b2cf85c Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Oct 2019 23:59:24 +0200 Subject: Update tests for 3.0.1 and fix regressions --- tests/test_notifications.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_notifications.py') diff --git a/tests/test_notifications.py b/tests/test_notifications.py index ab9ac31..23efe41 100644 --- a/tests/test_notifications.py +++ b/tests/test_notifications.py @@ -15,8 +15,8 @@ def test_notifications(api, mention): @pytest.mark.vcr() def test_notifications_dismiss(api, mention): notifications = api.notifications() - api.notifications_dismiss(notifications[0]) # TODO possibly verify that this returns a notif dict - + api.notifications_dismiss(notifications[0]) + def test_notifications_dismiss_pre_2_9_2(api, api2): with vcr.use_cassette('test_notifications_dismiss.yaml', cassette_library_dir='tests/cassettes_pre_2_9_2', record_mode='none'): status = None -- cgit v1.2.3