Skip to content

Commit

Permalink
Merge pull request #294 from jrbourbeau/int-test-fixup
Browse files Browse the repository at this point in the history
Fix ``test_dataset_search_returns_valid_results`` integration test
  • Loading branch information
betolink authored Sep 12, 2023
2 parents ff4fb5f + 3505185 commit 4717c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
dataset_valid_params = [
{"data_center": "NSIDC", "cloud_hosted": True},
{"keyword": "aerosol", "cloud_hosted": False},
{"daac": "PODAAC", "keyword": "ocean"},
{"daac": "NSIDC", "keyword": "ocean"},
]

granules_valid_params = [
Expand Down

0 comments on commit 4717c82

Please sign in to comment.