Skip to content

Commit e76de3c

Browse files
committed
Fix test config files
1 parent 996c173 commit e76de3c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

test/data/test-download-config-bbox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "test"
2+
loggingConfig: "./config/logging.yml"
23
bbox: [-73.73, 40.93, -73.72, 40.94]
34
readTimeout: 120
45
singleFileStorage: true

test/data/test-download-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "test"
2+
loggingConfig: "./config/logging.yml"
23
geo:
34
file: "./data/features.geojson"
45
idCol: "id"

test/data/test-processing-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dataDir: "./data"
2+
loggingConfig: "./config/logging.yml"
23
ids:
34
- "0"
45
- "1"

0 commit comments

Comments
 (0)