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()) == {
|
assert set(docs['paths'].keys()) == {
|
||||||
'/actions/',
|
'/actions/',
|
||||||
'/apidocs',
|
'/apidocs',
|
||||||
|
'/api/inventory/',
|
||||||
'/allocates/',
|
'/allocates/',
|
||||||
'/deallocates/',
|
'/deallocates/',
|
||||||
'/deliverynotes/',
|
'/deliverynotes/',
|
||||||
|
|
Reference in New Issue