test(tokens-repo): make sure we try to delete the token we authed with

deploy
Houkime 2023-01-04 15:08:15 +00:00
parent e7f0d76001
commit 37fd3574a1
1 changed files with 1 additions and 1 deletions

View File

@ -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"],
},
},
)