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."""