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:
Wolfgang Walther
2026-06-02 06:49:15 +00:00
parent 268ab00ed9
commit ed4b68c364
+1 -1
View File
@@ -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"