mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 12:11:26 +00:00
test(tokens-repo): make sure we try to delete the token we authed with
This commit is contained in:
parent
ba5f91b000
commit
469f9d292d
|
@ -149,7 +149,7 @@ def test_graphql_delete_self_token(authorized_client, tokens_file):
|
|||
json={
|
||||
"query": DELETE_TOKEN_MUTATION,
|
||||
"variables": {
|
||||
"device": "test_token",
|
||||
"device": DEVICE_WE_AUTH_TESTS_WITH["name"],
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue