aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-30 02:05:09 +0100
committercodl <[email protected]>2017-11-30 02:05:09 +0100
commit2abb1f171579d7c7b4eadbe3bfde72499174427f (patch)
treec35223df2fb7c8efd7447278790c0cf495b9dfb0 /tests/test_follow_requests.py
parent9227528a1504ec79cf5af8e4aa15c702215abb3c (diff)
downloadmastodon.py-2abb1f171579d7c7b4eadbe3bfde72499174427f.tar.gz
disable follow request emails on test user
Diffstat (limited to 'tests/test_follow_requests.py')
-rw-r--r--tests/test_follow_requests.py3
1 files changed, 0 insertions, 3 deletions
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):
6 assert isinstance(reqs, list) 6 assert isinstance(reqs, list)
7 7
8 8
9# warning: these two send emails, which open in letter opener by default
10# so if you are re-recording a cassette for either of these mastodon will
11# probably open a browser window for you, which you can safely close
12@pytest.mark.vcr() 9@pytest.mark.vcr()
13def test_follow_request_authorize(api, api2): 10def test_follow_request_authorize(api, api2):
14 api2.account_follow(1234567890123456) 11 api2.account_follow(1234567890123456)
Powered by cgit v1.2.3 (git 2.41.0)