From 50d0dffc16424967d50a75fca9523003b4283062 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 8 Apr 2022 12:45:35 +0200 Subject: [PATCH] add api to 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 974140b4..355c430b 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -30,6 +30,7 @@ def test_api_docs(client: Client): assert set(docs['paths'].keys()) == { '/actions/', '/apidocs', + '/api/inventory/', '/allocates/', '/deallocates/', '/deliverynotes/',