From 3f4ad1d57aae3d5070db776ed1633619049899db Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 9 Sep 2022 13:44:51 +0200 Subject: [PATCH] fix basic test --- tests/test_basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_basic.py b/tests/test_basic.py index a37437ee..6ee73062 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -55,6 +55,7 @@ def test_api_docs(client: Client): '/inventory/device/add/', '/inventory/device/{id}/', '/inventory/device/{dhid}/binding/', + '/inventory/all/device/', '/inventory/export/{export_id}/', '/inventory/lot/add/', '/inventory/lot/{id}/',