From 21f2a9c49bccc7f7a6ed9879cdc10da73b5ba1e6 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 22 Jul 2022 17:53:09 +0200 Subject: [PATCH] fix tests --- tests/test_basic.py | 1 - tests/test_documents.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/test_basic.py b/tests/test_basic.py index bb9196a2..18d48bfc 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -41,7 +41,6 @@ def test_api_docs(client: Client): '/documents/check/', '/documents/devices/', '/documents/erasures/', - '/documents/internalstats/', '/documents/lots/', '/inventory/search/', '/documents/stamps/', diff --git a/tests/test_documents.py b/tests/test_documents.py index 4365af5c..fc36ecfa 100644 --- a/tests/test_documents.py +++ b/tests/test_documents.py @@ -756,7 +756,6 @@ def test_verify_stamp_erasure_certificate(user: UserClient, client: Client): assert "alert alert-info" in response -@pytest.mark.mvp def test_get_document_internal_stats(user: UserClient, user2: UserClient): """Tests for get the internal stats."""