From 2abb1f171579d7c7b4eadbe3bfde72499174427f Mon Sep 17 00:00:00 2001 From: codl Date: Thu, 30 Nov 2017 02:05:09 +0100 Subject: disable follow request emails on test user --- tests/test_follow_requests.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test_follow_requests.py') diff --git a/tests/test_follow_requests.py b/tests/test_follow_requests.py index 67626f7..ccf7939 100644 --- a/tests/test_follow_requests.py +++ b/tests/test_follow_requests.py @@ -6,9 +6,6 @@ def test_follow_requests(api): assert isinstance(reqs, list) -# warning: these two send emails, which open in letter opener by default -# so if you are re-recording a cassette for either of these mastodon will -# probably open a browser window for you, which you can safely close @pytest.mark.vcr() def test_follow_request_authorize(api, api2): api2.account_follow(1234567890123456) -- cgit v1.2.3