We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4274fcc commit fefd35fCopy full SHA for fefd35f
tests/test_foliumap.py
@@ -84,6 +84,7 @@ def test_add_gdf_from_postgis(self):
84
host="localhost",
85
user=None,
86
password=None,
87
+ port=5432,
88
use_env_var=True,
89
)
90
sql = "SELECT * FROM nyc_neighborhoods"
tests/test_leafmap.py
@@ -83,6 +83,7 @@ def test_add_gdf_from_postgis(self):
83
0 commit comments