Fix spelling mistake
This commit is contained in:
parent
dd003b6887
commit
3fb8f6ff66
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ sucessSpec = beforeAll (startWaiApp server) $ afterAll endWaiApp $ do
|
|||
Left res <- runExceptT (getPrivatePerson (BasicAuth "xxx" "yyy"))
|
||||
case res of
|
||||
FailureResponse (Status 401 _) _ _ -> return ()
|
||||
_ -> fail $ "expcted 401 response, but got " <> show res
|
||||
_ -> fail $ "expected 401 response, but got " <> show res
|
||||
|
||||
modifyMaxSuccess (const 20) $ do
|
||||
it "works for a combination of Capture, QueryParam, QueryFlag and ReqBody" $ \(_, baseUrl) ->
|
||||
|
|
Loading…
Reference in a new issue