aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-11 23:59:24 +0200
committerLorenz Diener <[email protected]>2019-10-11 23:59:24 +0200
commit437f68c29a18303de3c75962021bbe030b2cf85c (patch)
tree83b7ba151a3e52163fd7048f82672394bcbb3865 /tests/test_push.py
parent2c2f55fd63e4096580f4d56279c261cedb1be1a9 (diff)
downloadmastodon.py-437f68c29a18303de3c75962021bbe030b2cf85c.tar.gz
Update tests for 3.0.1 and fix regressions
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)