fix/unpend tests.

This commit is contained in:
Adam C. Baker
2014-10-13 16:54:21 -07:00
parent 1cee5b57ce
commit fd237b33b1
3 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ matchHeader name valRegex headers =
authHeader :: String -> String -> Header
authHeader user pass =
(hAuthorization, cs $ "Basic: " ++ encode (user ++ ":" ++ pass))
(hAuthorization, cs $ "Basic " ++ encode (user ++ ":" ++ pass))
-- for hspec-wai
pending_ :: WaiSession ()