Fix options on non existant tables, closes #442
This commit is contained in:
@@ -320,3 +320,6 @@ spec struct c = around (withApp cfgDefault struct c) $ do
|
||||
]
|
||||
}
|
||||
|]
|
||||
|
||||
it "errors for non existant tables" $
|
||||
request methodOptions "/dne" [] "" `shouldRespondWith` 404
|
||||
|
||||
Reference in New Issue
Block a user