From 469f9d292d8d9d3297ba3d28bc05f64a9a1f5737 Mon Sep 17 00:00:00 2001 From: Houkime <> Date: Wed, 4 Jan 2023 15:08:15 +0000 Subject: [PATCH] test(tokens-repo): make sure we try to delete the token we authed with --- tests/test_graphql/test_api_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_graphql/test_api_devices.py b/tests/test_graphql/test_api_devices.py index f6ac3ac..6ee1ab4 100644 --- a/tests/test_graphql/test_api_devices.py +++ b/tests/test_graphql/test_api_devices.py @@ -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"], }, }, )