Fix test.

This commit is contained in:
Dillon Kearns 2022-03-31 09:17:33 -07:00
parent f1c7f8fa79
commit 14bee8d395

View File

@ -517,11 +517,7 @@ startLowLevel apiRoutes staticHttpCache pages =
, errorStatusCode = \_ -> 404
, notFoundPage = ()
, internalError = \_ -> ()
, errorView =
\() ->
{ title = "Error"
, body = Html.text ""
}
, errorPageToData = \_ -> ()
}
encodedFlags : Encode.Value
@ -682,11 +678,7 @@ startWithRoutes pageToLoad staticRoutes staticHttpCache pages =
, errorStatusCode = \_ -> 404
, notFoundPage = ()
, internalError = \_ -> ()
, errorView =
\() ->
{ title = "Error"
, body = Html.text ""
}
, errorPageToData = \_ -> ()
}
encodedFlags : Encode.Value