Add a simple test for the history page

This commit is contained in:
Chris Hill-Scott
2019-10-21 16:29:05 +01:00
parent 8db94eafc8
commit 8c7f9a8286
+8
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)