aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_account.py')
-rw-r--r--tests/test_account.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_account.py b/tests/test_account.py
index cd7633d..9821c13 100644
--- a/tests/test_account.py
+++ b/tests/test_account.py
@@ -205,4 +205,7 @@ def test_account_pin_unpin(api, api2):
205 assert not relationship['endorsed'] 205 assert not relationship['endorsed']
206 assert not user["id"] in map(lambda x: x["id"], endorsed2) 206 assert not user["id"] in map(lambda x: x["id"], endorsed2)
207 207
208 208@pytest.mark.vcr()
209def test_preferences(api):
210 prefs = api.preferences()
211 assert prefs
Powered by cgit v1.2.3 (git 2.41.0)