Skip to content

Commit ed4b68c

Browse files
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.
1 parent 268ab00 commit ed4b68c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spec/Feature/Query/PostGISSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Protolude hiding (get)
1111
import SpecHelper
1212

1313
spec :: SpecWithConfig
14-
spec withConfig = withConfig (baseCfg { configDbExtraSearchPath = ["public", "extensions", "EXTRA \"@/\\#~_-"] }) $ describe "PostGIS features" $
14+
spec withConfig = withConfig (baseCfg { configDbExtraSearchPath = ["public", "extensions"] }) $ describe "PostGIS features" $
1515
context "GeoJSON output" $ do
1616
it "works for a table that has a geometry column" $
1717
request methodGet "/shops"

0 commit comments

Comments
 (0)