2
0
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:
Matthias Mair
2026-05-26 02:40:17 +02:00
committed by GitHub
parent 9e0787ab43
commit d9fea903f1
+2 -2
View File
@@ -50,7 +50,7 @@ def test_api_auth_performance():
'/api/order/so/shipment/', '/api/order/so/shipment/',
#'/api/order/po/', #'/api/order/po/',
#'/api/order/po-line/', #'/api/order/po-line/',
'/api/user/roles/', '/api/user/me/roles/',
'/api/parameter/', '/api/parameter/',
'/api/parameter/template/', '/api/parameter/template/',
], ],
@@ -77,7 +77,7 @@ def test_api_list_performance(url):
'/api/order/so/shipment/', '/api/order/so/shipment/',
'/api/order/po/', '/api/order/po/',
'/api/order/po-line/', '/api/order/po-line/',
'/api/user/roles/', '/api/user/me/roles/',
'/api/parameter/', '/api/parameter/',
'/api/parameter/template/', '/api/parameter/template/',
], ],