add 2 new basic tests
This commit is contained in:
parent
7ac6d9989a
commit
66b0da5fc1
|
@ -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/',
|
||||
|
|
Reference in New Issue