Add a simple test for the history page

This commit is contained in:
Chris Hill-Scott
2019-10-18 09:46:39 +01:00
parent 8db94eafc8
commit 8c7f9a8286

View 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)