add api to basic test
This commit is contained in:
parent
2b5178c198
commit
50d0dffc16
|
@ -30,6 +30,7 @@ def test_api_docs(client: Client):
|
|||
assert set(docs['paths'].keys()) == {
|
||||
'/actions/',
|
||||
'/apidocs',
|
||||
'/api/inventory/',
|
||||
'/allocates/',
|
||||
'/deallocates/',
|
||||
'/deliverynotes/',
|
||||
|
|
Reference in New Issue