From 66b0da5fc1eaeedb0c7421fdf0960e5a95aa60d2 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 23 May 2022 09:34:04 +0200 Subject: [PATCH] add 2 new basic tests --- tests/test_basic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_basic.py b/tests/test_basic.py index 765c38d3..73b3d455 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -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/',