Skip to content

Commit

Permalink
Replace docker with marble in test
Browse files Browse the repository at this point in the history
  • Loading branch information
eyvorchuk committed May 24, 2024
1 parent 4b8a5ca commit ac03a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_file_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
)
def test_is_opendap_url(url):
if "docker" in url:
if "marble" in url:
assert is_opendap_url(url) # Ensure function recognizes this is an opendap file
else:
assert not is_opendap_url(
Expand Down

0 comments on commit ac03a02

Please sign in to comment.