diff --git a/src/performance/tests.py b/src/performance/tests.py index e05c32391a..951b4b6af5 100644 --- a/src/performance/tests.py +++ b/src/performance/tests.py @@ -28,7 +28,7 @@ def test_api_auth_performance(): username=user, password=pwd, timeout=30, - token_name='python-test', + token_name='python-test-auth_test', use_token_auth=True, ) assert client