From 56f134bd18c809cf6907e92c9e66bfd6fae039c1 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 29 Dec 2020 19:03:36 +0100 Subject: [PATCH] adding endpoints to render test --- tests/test_basic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_basic.py b/tests/test_basic.py index ea8bac0d..978948af 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -105,6 +105,8 @@ def test_api_docs(client: Client): '/allocates/', '/deallocates/', '/metrics/', + '/licences/', + '/lives/', } assert docs['info'] == {'title': 'Devicehub', 'version': '0.2'} assert docs['components']['securitySchemes']['bearerAuth'] == {