fix tests
This commit is contained in:
parent
429c9a1b15
commit
21f2a9c49b
|
@ -41,7 +41,6 @@ def test_api_docs(client: Client):
|
||||||
'/documents/check/',
|
'/documents/check/',
|
||||||
'/documents/devices/',
|
'/documents/devices/',
|
||||||
'/documents/erasures/',
|
'/documents/erasures/',
|
||||||
'/documents/internalstats/',
|
|
||||||
'/documents/lots/',
|
'/documents/lots/',
|
||||||
'/inventory/search/',
|
'/inventory/search/',
|
||||||
'/documents/stamps/',
|
'/documents/stamps/',
|
||||||
|
|
|
@ -756,7 +756,6 @@ def test_verify_stamp_erasure_certificate(user: UserClient, client: Client):
|
||||||
assert "alert alert-info" in response
|
assert "alert alert-info" in response
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.mvp
|
|
||||||
def test_get_document_internal_stats(user: UserClient, user2: UserClient):
|
def test_get_document_internal_stats(user: UserClient, user2: UserClient):
|
||||||
"""Tests for get the internal stats."""
|
"""Tests for get the internal stats."""
|
||||||
|
|
||||||
|
|
Reference in New Issue