Fix spelling mistake

This commit is contained in:
aaron levin 2015-08-19 15:49:04 -04:00 committed by aaron levin
parent dd003b6887
commit 3fb8f6ff66

View file

@ -286,7 +286,7 @@ sucessSpec = beforeAll (startWaiApp server) $ afterAll endWaiApp $ do
Left res <- runExceptT (getPrivatePerson (BasicAuth "xxx" "yyy")) Left res <- runExceptT (getPrivatePerson (BasicAuth "xxx" "yyy"))
case res of case res of
FailureResponse (Status 401 _) _ _ -> return () FailureResponse (Status 401 _) _ _ -> return ()
_ -> fail $ "expcted 401 response, but got " <> show res _ -> fail $ "expected 401 response, but got " <> show res
modifyMaxSuccess (const 20) $ do modifyMaxSuccess (const 20) $ do
it "works for a combination of Capture, QueryParam, QueryFlag and ReqBody" $ \(_, baseUrl) -> it "works for a combination of Capture, QueryParam, QueryFlag and ReqBody" $ \(_, baseUrl) ->