Skip to content

Commit

Permalink
Add missing new config value to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ritvje authored and RadAdm committed Oct 3, 2023
1 parent 91c770e commit 4b7a305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion georest/tests/test_geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,11 @@ def test_get_layer_coverage():
"passwd": "passwd",
"workspace": "satellite",
"geoserver_target_dir": "/mnt/data",
"keep_subpath": False,
"file_pattern": "{area}_{productname}.tif",
"layer_id": "productname",
"layers": {"airmass": "airmass_store"},
}
}


@mock.patch("georest.utils.file_in_granules")
Expand Down

0 comments on commit 4b7a305

Please sign in to comment.