mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-27 22:26:00 +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,
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user