From 3eba3f8835f25800f37b9da18a09429b084effa0 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 28 Apr 2019 21:53:01 +0200 Subject: Add preferences endpoint --- tests/test_account.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/test_account.py') 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): assert not relationship['endorsed'] assert not user["id"] in map(lambda x: x["id"], endorsed2) - +@pytest.mark.vcr() +def test_preferences(api): + prefs = api.preferences() + assert prefs -- cgit v1.2.3