Skip to content

Commit fefd35f

Browse files
committedSep 27, 2021
add port param to tests
1 parent 4274fcc commit fefd35f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎tests/test_foliumap.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def test_add_gdf_from_postgis(self):
8484
host="localhost",
8585
user=None,
8686
password=None,
87+
port=5432,
8788
use_env_var=True,
8889
)
8990
sql = "SELECT * FROM nyc_neighborhoods"

‎tests/test_leafmap.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def test_add_gdf_from_postgis(self):
8383
host="localhost",
8484
user=None,
8585
password=None,
86+
port=5432,
8687
use_env_var=True,
8788
)
8889
sql = "SELECT * FROM nyc_neighborhoods"

0 commit comments

Comments
 (0)
Please sign in to comment.