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

redis/connection-pool
Houkime 2023-01-04 15:08:15 +00:00 committed by Inex Code
parent ba5f91b000
commit 469f9d292d
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"],
},
},
)