Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garciampred committed Apr 30, 2024
1 parent 7f3d474 commit 0263b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/retrieve/test_adaptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def test_adaptor(test_repository, tmp_path, test_api_server):
"""Full test with a local instance of the HTTP API."""
os.environ["CDSOBS_CONFIG"] = CONFIG_YML
os.environ["CDSOBS_CONFIG"] = str(CONFIG_YML)
from cads_adaptors import ObservationsAdaptor

test_request = {
Expand Down

0 comments on commit 0263b7d

Please sign in to comment.