aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_push.py')
-rw-r--r--tests/test_push.py2
1 files changed, 2 insertions, 0 deletions
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):
47 reblog_events=False, mention_events=False) 47 reblog_events=False, mention_events=False)
48 time.sleep(1) 48 time.sleep(1)
49 assert sub3 == api.push_subscription() 49 assert sub3 == api.push_subscription()
50 print(sub3)
51 print(api.push_subscription())
50 52
51 assert sub3.alerts.follow == False 53 assert sub3.alerts.follow == False
52 assert sub3.alerts.favourite == False 54 assert sub3.alerts.favourite == False
Powered by cgit v1.2.3 (git 2.41.0)