test(spec): remove obsolete extra search path from postgis tests
This was brought over in the last commit, because the postgis was re-using the same config as another test. Now it has a separate config, so we can reduce it a bit.
This commit is contained in:
@@ -11,7 +11,7 @@ import Protolude hiding (get)
|
|||||||
import SpecHelper
|
import SpecHelper
|
||||||
|
|
||||||
spec :: SpecWithConfig
|
spec :: SpecWithConfig
|
||||||
spec withConfig = withConfig (baseCfg { configDbExtraSearchPath = ["public", "extensions", "EXTRA \"@/\\#~_-"] }) $ describe "PostGIS features" $
|
spec withConfig = withConfig (baseCfg { configDbExtraSearchPath = ["public", "extensions"] }) $ describe "PostGIS features" $
|
||||||
context "GeoJSON output" $ do
|
context "GeoJSON output" $ do
|
||||||
it "works for a table that has a geometry column" $
|
it "works for a table that has a geometry column" $
|
||||||
request methodGet "/shops"
|
request methodGet "/shops"
|
||||||
|
|||||||
Reference in New Issue
Block a user