aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
committerLorenz Diener <[email protected]>2018-06-05 22:10:31 +0200
commit18c6b3b90ff8bd607df18af86d092ac1205ffbf7 (patch)
tree203729696d2639d5bf221168ad6c76a150130ab0 /tests/test_streaming.py
parent36194fd60c8e5c6d30134134e32dd24981aee324 (diff)
downloadmastodon.py-18c6b3b90ff8bd607df18af86d092ac1205ffbf7.tar.gz
New casettes, small fixes
Diffstat (limited to 'tests/test_streaming.py')
-rw-r--r--tests/test_streaming.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_streaming.py b/tests/test_streaming.py
index 20651bd..605ce89 100644
--- a/tests/test_streaming.py
+++ b/tests/test_streaming.py
@@ -277,6 +277,7 @@ def test_stream_user(api, api2):
277 # Make sure we are in the right state to not receive updates from api2 277 # Make sure we are in the right state to not receive updates from api2
278 user = api2.account_verify_credentials() 278 user = api2.account_verify_credentials()
279 api2.account_unfollow(user) 279 api2.account_unfollow(user)
280 time.sleep(2)
280 281
281 updates = [] 282 updates = []
282 notifications = [] 283 notifications = []
Powered by cgit v1.2.3 (git 2.41.0)