Code cleanup (lint suggestions)

This commit is contained in:
Ruslan Talpa
2015-10-26 15:27:28 +02:00
parent 1fdb700bc8
commit d8b7332acc
2 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ spec = afterAll_ resetDb $ around withApp $ do
-- , matchHeaders = ["Content-Type" <:> "application/json",
-- "Location" <:> "/no_pk?a=is.null&b=eq.foo"]
-- }
it "can post nulls" $ do
it "can post nulls" $
request methodPost "/no_pk"
[("Content-Type", "text/csv"), ("Accept", "text/csv"), ("Prefer", "return=representation")]
"a,b\nNULL,foo"