fix token name collission cause test failuures (#12889)

This commit is contained in:
Matthias Mair
2026-09-20 10:43:41 +10:00
committed by GitHub
parent bc005959f5
commit 4182ed5a8c
+1 -1
View File
@@ -28,7 +28,7 @@ def test_api_auth_performance():
username=user, username=user,
password=pwd, password=pwd,
timeout=30, timeout=30,
token_name='python-test', token_name='python-test-auth_test',
use_token_auth=True, use_token_auth=True,
) )
assert client assert client