Skip to content

Commit

Permalink
more path test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Feb 1, 2025
1 parent 3d01a6d commit 8bfc7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion tests/functional/test_wps_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ def test_execute_job_with_collection_input_coverages_netcdf(self, coverage_param
with contextlib.ExitStack() as stack:
tmp_host = "https://mocked-file-server.com" # must match collection prefix hostnames
tmp_svr = stack.enter_context(responses.RequestsMock(assert_all_requests_are_fired=False))
test_file = "testrh.nc"
test_file = "test.nc"
test_data = stack.enter_context(open(os.path.join(TEST_DATA_ROOT, test_file), mode="rb")).read()

# coverage request expected with resolved query parameters matching submitted collection input parameters
Expand Down Expand Up @@ -2565,6 +2565,7 @@ def test_execute_job_with_collection_input_coverages_netcdf(self, coverage_param
os.path.join(job_dir, cov_col),
os.path.join(job_dir, "inputs", cov_col),
os.path.join(job_dir, "output_txt", cov_col),
os.path.join(job_out, cov_col),
os.path.join(job_out, "inputs", cov_col),
os.path.join(job_out, "output_txt", cov_col),
]:
Expand Down

0 comments on commit 8bfc7a5

Please sign in to comment.