From d4e3feaeceba098c07123269ce2422858ca59098 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 28 Apr 2019 18:41:12 +0200 Subject: Fix up tests --- tests/test_create_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_create_app.py b/tests/test_create_app.py index f1153bc..b9de298 100644 --- a/tests/test_create_app.py +++ b/tests/test_create_app.py @@ -49,7 +49,7 @@ def test_app_verify_credentials(api): assert app assert app.name == 'Mastodon.py test suite' -@pytest.mark.vcr() +@pytest.mark.vcr(match_on=['path']) def test_app_account_create(): # This leaves behind stuff on the test server, which is unfortunate, but eh. suffix = str(time.time()).replace(".", "")[-5:] -- cgit v1.2.3