aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)