Forgot jwt fixture, also hlint fix

This commit is contained in:
Joe Nelson
2016-09-24 21:32:47 -07:00
parent 12a8c682bd
commit 71bc666a8e
3 changed files with 66 additions and 2 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ spec = describe "server started without JWT secret" $ do
request methodGet "/authors_only" [auth] ""
`shouldRespondWith` 500
it "behaves normally when user does not attempt auth" $ do
it "behaves normally when user does not attempt auth" $
request methodGet "/items" [] ""
`shouldRespondWith` 200