diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_auth_oauth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_auth_oauth.py b/tests/test_auth_oauth.py index f8ad201..569d7ef 100644 --- a/tests/test_auth_oauth.py +++ b/tests/test_auth_oauth.py @@ -109,6 +109,7 @@ def test_oauth_destroy_notoken(account): 'message': 'invalid parameter in request body' } +@pytest.mark.xfail def test_oauth_destroy_badclient(account, refresh_token): args = { "client_id": "other", "token": refresh_token.bearer } with pytest.raises(ClientError) as e: |