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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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/',
], ],