Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Oct 10, 2024
1 parent cfaa184 commit 979a781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/verify_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def collection_variables(cmr_mode, collection_concept_id, env, bearer_token):
variable_concept_ids = collection_associations.get("variables")

if variable_concept_ids is None:
pytest.fail(f'There are no umm-v associated with this collection {env}')
pytest.fail(f'There are no umm-v associated with this collection in {env}')

variables = []
for i in range(0, len(variable_concept_ids), 40):
Expand Down

0 comments on commit 979a781

Please sign in to comment.