add api to basic test

This commit is contained in:
Cayo Puigdefabregas 2022-04-08 12:45:35 +02:00
parent 2b5178c198
commit 50d0dffc16
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ def test_api_docs(client: Client):
assert set(docs['paths'].keys()) == { assert set(docs['paths'].keys()) == {
'/actions/', '/actions/',
'/apidocs', '/apidocs',
'/api/inventory/',
'/allocates/', '/allocates/',
'/deallocates/', '/deallocates/',
'/deliverynotes/', '/deliverynotes/',