Fix spelling mistake
This commit is contained in:
parent
30340b5b11
commit
1ba6dc8300
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ spec = withServer $ \ baseUrl -> 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" $
|
it "works for a combination of Capture, QueryParam, QueryFlag and ReqBody" $
|
||||||
|
|
Loading…
Reference in a new issue