From c7cb1f1cd186f3b4167879db44d5fabaea080ecb Mon Sep 17 00:00:00 2001 From: svHatch Date: Thu, 11 Jun 2020 17:01:00 -0300 Subject: [PATCH] Reworded error message for local schema catalog schema test. --- tests/test_stac_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_stac_validator.py b/tests/test_stac_validator.py index f51b7f46..13c8cbfc 100644 --- a/tests/test_stac_validator.py +++ b/tests/test_stac_validator.py @@ -174,7 +174,7 @@ def test_local_schema_catalog_schema_fail(): { "asset_type": "catalog", "valid_stac": False, - "error_message": "'stac_version' is a required property of []", + "error_message": "'stac_version' is a required property of the root of the STAC object.", "path": "tests/test_data/good_catalog_v052.json", } ]