diff options
author | pennae <github@quasiparticle.net> | 2022-07-14 05:19:53 +0200 |
---|---|---|
committer | pennae <github@quasiparticle.net> | 2022-07-14 05:19:53 +0200 |
commit | 3986c4f2c75f0e05f7e99a87526777eaa8a53a6a (patch) | |
tree | 4848fcc2edbc260c142be4e70af20793fc49cb1c /tests/test_auth_oauth.py | |
parent | d6da876cabe0180acd0ebca173d973c8d3450d99 (diff) | |
download | minor-skulk-3986c4f2c75f0e05f7e99a87526777eaa8a53a6a.tar.gz minor-skulk-3986c4f2c75f0e05f7e99a87526777eaa8a53a6a.tar.xz minor-skulk-3986c4f2c75f0e05f7e99a87526777eaa8a53a6a.zip |
xfail a test the last commit broke
Diffstat (limited to 'tests/test_auth_oauth.py')
-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: |