mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 13:29:48 -04:00
Add a simple test for the history page
This commit is contained in:
8
tests/app/main/views/test_history.py
Normal file
8
tests/app/main/views/test_history.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
from tests.conftest import SERVICE_ONE_ID
|
||||||
|
|
||||||
|
|
||||||
|
def test_history(
|
||||||
|
client_request,
|
||||||
|
mock_get_service_history,
|
||||||
|
):
|
||||||
|
client_request.get('main.history', service_id=SERVICE_ONE_ID)
|
||||||
Reference in New Issue
Block a user