aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_status.py b/tests/test_status.py
index c6d62ae..88c59ce 100644
--- a/tests/test_status.py
+++ b/tests/test_status.py
@@ -123,7 +123,7 @@ def test_status_pin_unpin(status, api):
123 status = api.status_unpin(status['id']) 123 status = api.status_unpin(status['id'])
124 assert not status['pinned'] 124 assert not status['pinned']
125 125
126@pytest.mark.vcr() 126@pytest.mark.vcr(match_on=['path'])
127def test_scheduled_status(api): 127def test_scheduled_status(api):
128 base_time = datetime.datetime(4000, 1, 1, 12, 13, 14) 128 base_time = datetime.datetime(4000, 1, 1, 12, 13, 14)
129 the_future = base_time + datetime.timedelta(minutes=20) 129 the_future = base_time + datetime.timedelta(minutes=20)
Powered by cgit v1.2.3 (git 2.41.0)