diff --git a/tests/verify_collection.py b/tests/verify_collection.py index 901fe8e2bf..7a24394fe6 100644 --- a/tests/verify_collection.py +++ b/tests/verify_collection.py @@ -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):