diff options
author | Lorenz Diener <[email protected]> | 2019-04-28 18:41:12 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-04-28 18:41:12 +0200 |
commit | d4e3feaeceba098c07123269ce2422858ca59098 (patch) | |
tree | 00fb7fc798da0d8471185de708f46acd474c90ab /tests | |
parent | 09f9023c7070c1610d0287953e9365ee00c5f374 (diff) | |
download | mastodon.py-d4e3feaeceba098c07123269ce2422858ca59098.tar.gz |
Fix up tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_create_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
49 | assert app | 49 | assert app |
50 | assert app.name == 'Mastodon.py test suite' | 50 | assert app.name == 'Mastodon.py test suite' |
51 | 51 | ||
52 | @pytest.mark.vcr() | 52 | @pytest.mark.vcr(match_on=['path']) |
53 | def test_app_account_create(): | 53 | def test_app_account_create(): |
54 | # This leaves behind stuff on the test server, which is unfortunate, but eh. | 54 | # This leaves behind stuff on the test server, which is unfortunate, but eh. |
55 | suffix = str(time.time()).replace(".", "")[-5:] | 55 | suffix = str(time.time()).replace(".", "")[-5:] |