From 23ef1e2bae75869a836d26f7c1a97bd7acf3236c Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 2 Aug 2022 18:01:28 +0200 Subject: [PATCH] fix test basic --- tests/test_basic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_basic.py b/tests/test_basic.py index 6b890ea3..39b2ca25 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -75,6 +75,8 @@ def test_api_docs(client: Client): '/inventory/upload-placeholder/', '/inventory/lot/{lot_id}/upload-placeholder/', '/inventory/placeholder-logs/', + '/inventory/unbinding/{phid}/', + '/inventory/binding/{dhid}/{phid}/', '/labels/', '/labels/add/', '/labels/print',