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/',