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_push.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_push.py') diff --git a/tests/test_push.py b/tests/test_push.py index ad02cd8..0479191 100644 --- a/tests/test_push.py +++ b/tests/test_push.py @@ -47,6 +47,8 @@ def test_push_update(api): reblog_events=False, mention_events=False) time.sleep(1) assert sub3 == api.push_subscription() + print(sub3) + print(api.push_subscription()) assert sub3.alerts.follow == False assert sub3.alerts.favourite == False -- cgit v1.2.3