From 2f1d06616223b2ad369919dcf4c2134c26ecb58b Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 4 Aug 2020 10:27:49 +0200 Subject: [PATCH] add /document/stock/ to test_api_docs --- tests/test_basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_basic.py b/tests/test_basic.py index ce941d87..eab9d4ef 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -51,6 +51,7 @@ def test_api_docs(client: Client): '/documents/devices/', '/documents/erasures/', '/documents/static/{filename}', + '/documents/stock/', '/drills/{id}/merge/', '/graphic-cards/{id}/merge/', '/hard-drives/{id}/merge/',