fix basic test

This commit is contained in:
Cayo Puigdefabregas 2022-09-20 13:05:23 +02:00
parent 31c903230a
commit 60e783258e
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ def test_api_docs(client: Client):
'/inventory/device/add/', '/inventory/device/add/',
'/inventory/device/{id}/', '/inventory/device/{id}/',
'/inventory/device/{dhid}/binding/', '/inventory/device/{dhid}/binding/',
'/inventory/device/erasure/',
'/inventory/all/device/', '/inventory/all/device/',
'/inventory/export/{export_id}/', '/inventory/export/{export_id}/',
'/inventory/lot/add/', '/inventory/lot/add/',