diff --git a/test/spec/Feature/Query/PostGISSpec.hs b/test/spec/Feature/Query/PostGISSpec.hs index 595244c91..2f7c03c19 100644 --- a/test/spec/Feature/Query/PostGISSpec.hs +++ b/test/spec/Feature/Query/PostGISSpec.hs @@ -11,7 +11,7 @@ import Protolude hiding (get) import SpecHelper 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 it "works for a table that has a geometry column" $ request methodGet "/shops"