Skip to content

Commit

Permalink
cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Trygve Aspenes committed Nov 12, 2024
1 parent 8819ed0 commit 4fd1e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_arome_arctic.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_read_dataset_request_getmap(mock_csw, mock_read_config, tmpdir, caplog)
url_scheme = "http"
mock_csw.return_value = "TEST CSW"
mock_read_config.return_value = {'pattern': '^(.*data/test_arome_arctic.nc)$',
'base_netcdf_directory': '.',
'base_netcdf_directory': os.getcwd(),
'module': 'mapgen.modules.arome_arctic_quicklook',
'module_function': 'arome_arctic_quicklook',
'mapfile_template': os.path.join(tmpdir, 'test.map'),
Expand Down

0 comments on commit 4fd1e6e

Please sign in to comment.