From 979a781cfcc3b13c11af43df1ef429615d81d512 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Thu, 10 Oct 2024 16:17:16 -0700 Subject: [PATCH] update test --- tests/verify_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):