mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-27 14:16:02 +00:00
fix token name collission cause test failuures (#12889)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user