mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #3151 from alphagov/history-page-tidy-up
Bring the service history page up to our current coding standards
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