fix tests

This commit is contained in:
Cayo Puigdefabregas 2022-07-22 17:53:09 +02:00
parent 429c9a1b15
commit 21f2a9c49b
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ def test_api_docs(client: Client):
'/documents/check/',
'/documents/devices/',
'/documents/erasures/',
'/documents/internalstats/',
'/documents/lots/',
'/inventory/search/',
'/documents/stamps/',

View File

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