Skip to content

Commit 1c47511

Browse files
committed
fix: move count to base provider
This work has been done to move count to the base provider. While doing this work I also added a debug log message to state when the count had been disabled in the SQL provider. Also, I removed some tests that were no longer needed after the introduction of the str2bool function, when getting the count value from the configuration file.
1 parent 588bc7a commit 1c47511

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/provider/test_postgresql_provider.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def config():
8585
},
8686
'id_field': 'osm_id',
8787
'table': 'hotosm_bdi_waterways',
88-
'geom_field': 'foo_geom',
89-
'count': 'true'
88+
'geom_field': 'foo_geom'
9089
}
9190

9291

0 commit comments

Comments
 (0)