From c815cdb2128da4b9a96de56f739c1f24bf01755b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 28 Apr 2019 20:53:03 +0200 Subject: [PATCH] Matching is now path only - might help? --- tests/test_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): status = api.status_unpin(status['id']) assert not status['pinned'] -@pytest.mark.vcr() +@pytest.mark.vcr(match_on=['path']) def test_scheduled_status(api): base_time = datetime.datetime(4000, 1, 1, 12, 13, 14) the_future = base_time + datetime.timedelta(minutes=20)