diff --git a/astroquery/esa/jwst/tests/test_jwsttap.py b/astroquery/esa/jwst/tests/test_jwsttap.py index a3f359d2e1..15f8605f8a 100644 --- a/astroquery/esa/jwst/tests/test_jwsttap.py +++ b/astroquery/esa/jwst/tests/test_jwsttap.py @@ -740,7 +740,7 @@ def test_get_obs_products(self): except OSError as err: print(f"Creation of the directory {output_file_full_path_dir} failed: {err.strerror}") raise err - + file = data_path('single_product_retrieval.tar') output_file_full_path = output_file_full_path_dir + os.sep + os.path.basename(file) shutil.copy(file, output_file_full_path)