mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-28 03:49:20 +00:00
fix performance test (#12006)
follow up to https://github.com/inventree/InvenTree/pull/11963
This commit is contained in:
@@ -50,7 +50,7 @@ def test_api_auth_performance():
|
||||
'/api/order/so/shipment/',
|
||||
#'/api/order/po/',
|
||||
#'/api/order/po-line/',
|
||||
'/api/user/roles/',
|
||||
'/api/user/me/roles/',
|
||||
'/api/parameter/',
|
||||
'/api/parameter/template/',
|
||||
],
|
||||
@@ -77,7 +77,7 @@ def test_api_list_performance(url):
|
||||
'/api/order/so/shipment/',
|
||||
'/api/order/po/',
|
||||
'/api/order/po-line/',
|
||||
'/api/user/roles/',
|
||||
'/api/user/me/roles/',
|
||||
'/api/parameter/',
|
||||
'/api/parameter/template/',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user