From 8b69962374be027e6fa65625a4225d2917c0e6c9 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 29 Mar 2023 10:46:07 +0200 Subject: [PATCH] fix test --- tests/test_basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_basic.py b/tests/test_basic.py index 4b734079..638bdaa3 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -73,6 +73,7 @@ def test_api_docs(client: Client): '/inventory/lot/transfer/{type_id}/', '/inventory/lot/{lot_id}/upload-snapshot/', '/inventory/lot/{lot_id}/customerdetails/', + '/inventory/lot/{lot_id}/document/del/{doc_id}', '/inventory/snapshots/{snapshot_uuid}/', '/inventory/snapshots/', '/inventory/tag/devices/{dhid}/add/',