diff --git a/tests/app/main/views/test_history.py b/tests/app/main/views/test_history.py new file mode 100644 index 000000000..21461d960 --- /dev/null +++ b/tests/app/main/views/test_history.py @@ -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)