From 2773ef3030ef8d4b4e1d2311afa38713112162cf Mon Sep 17 00:00:00 2001 From: "Adam C. Baker" Date: Fri, 17 Oct 2014 17:28:06 -0700 Subject: [PATCH] restore test --- test/Feature/InsertSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Feature/InsertSpec.hs b/test/Feature/InsertSpec.hs index 1ba540415..6678fba7f 100644 --- a/test/Feature/InsertSpec.hs +++ b/test/Feature/InsertSpec.hs @@ -72,7 +72,7 @@ spec = around appWithFixture $ do it "fails with 400 and error" $ post "/simple_pk" "}{ x = 2" `shouldRespondWith` ResponseMatcher { - matchBody = Just [json| {"error":"Failed to parse JSON payload. Failed reading: satisfyElem"} |] + matchBody = Just [json| {"error":"Failed to parse JSON payload. Failed reading: satisfy"} |] , matchStatus = 400 , matchHeaders = [] }