Remove lint
This commit is contained in:
@@ -12,8 +12,7 @@ spec :: Spec
|
|||||||
spec =
|
spec =
|
||||||
beforeAll (clearTable "items" >> createItems 15)
|
beforeAll (clearTable "items" >> createItems 15)
|
||||||
. afterAll_ (clearTable "items")
|
. afterAll_ (clearTable "items")
|
||||||
. around (withApp $ cfgLimitRows 3) $ do
|
. around (withApp $ cfgLimitRows 3) $
|
||||||
|
|
||||||
describe "Requesting many items with server limits enabled" $ do
|
describe "Requesting many items with server limits enabled" $ do
|
||||||
it "restricts results" $
|
it "restricts results" $
|
||||||
get "/items"
|
get "/items"
|
||||||
|
|||||||
Reference in New Issue
Block a user