From aa27d9a49eed811a11121eb24f4d9f7944cd82fd Mon Sep 17 00:00:00 2001 From: Johannes Maas Date: Sun, 19 Jul 2020 20:09:38 +0200 Subject: [PATCH] Update error message test --- tests/StaticHttpRequestsTests.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/StaticHttpRequestsTests.elm b/tests/StaticHttpRequestsTests.elm index 21adf078..9874cf54 100644 --- a/tests/StaticHttpRequestsTests.elm +++ b/tests/StaticHttpRequestsTests.elm @@ -670,7 +670,7 @@ Body: """) |> expectError [ """-- METADATA DECODE ERROR ----------------------------------------------------- elm-pages -I ran into a problem when parsing the metadata for the page with this path: +I ran into a problem when parsing the metadata for the page with this path: / Found an unhandled HTML tag in markdown doc.""" ]