From e73b27fb36c4800491f93ac2c9344d8a1646c317 Mon Sep 17 00:00:00 2001 From: Rob Aleck Date: Mon, 15 Jul 2024 14:56:36 +0100 Subject: [PATCH] Update tests/test_basic_tests.py Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- tests/test_basic_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basic_tests.py b/tests/test_basic_tests.py index a8bc863..677a9bc 100644 --- a/tests/test_basic_tests.py +++ b/tests/test_basic_tests.py @@ -7,7 +7,7 @@ def test_create_client_with_api_token(): # checks that the API key is being passed to the RestClient - api_token = 'your_app_key' + api_key = 'your_app_key' client = Client(api_token) assert client.client.app_key['app_key'] == api_token