add 2 new basic tests

This commit is contained in:
Cayo Puigdefabregas 2022-05-23 09:34:04 +02:00
parent 7ac6d9989a
commit 66b0da5fc1
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ def test_api_docs(client: Client):
'/inventory/lot/{lot_id}/device/add/',
'/inventory/lot/{lot_id}/trade-document/add/',
'/inventory/lot/{lot_id}/upload-snapshot/',
'/inventory/snapshots/{snapshot_uuid}/',
'/inventory/snapshots/',
'/inventory/tag/devices/add/',
'/inventory/tag/devices/{id}/del/',
'/inventory/upload-snapshot/',