diff --git a/tests/unit/loader/test_file_system_elasticsearch_json_loader.py b/tests/unit/loader/test_file_system_elasticsearch_json_loader.py index b34cd5814..4d63d4aa2 100644 --- a/tests/unit/loader/test_file_system_elasticsearch_json_loader.py +++ b/tests/unit/loader/test_file_system_elasticsearch_json_loader.py @@ -154,7 +154,7 @@ def test_loading_with_list_of_objects(self): '"column_names": ["test_col1", "test_col2"], "name": "test_table", ' '"last_updated_timestamp": 123456789, "display_name": "test_schema.test_table", ' '"description": "test_description", "unique_usage": 5, "total_usage": 10, ' - '"tags": ["test_tag1", "test_tag2"], "programmatic_descriptions":["test"], + '"tags": ["test_tag1", "test_tag2"], "programmatic_descriptions":["test"], ' '"badges": ["badge1"]}') ] * 5 diff --git a/tests/unit/models/test_table_elasticsearch_document.py b/tests/unit/models/test_table_elasticsearch_document.py index ad10f584d..11192aba4 100644 --- a/tests/unit/models/test_table_elasticsearch_document.py +++ b/tests/unit/models/test_table_elasticsearch_document.py @@ -39,7 +39,7 @@ def test_to_json(self): "total_usage": 100, "unique_usage": 10, "tags": ["test"], - "programmatic_descriptions": ['test'] + "programmatic_descriptions": ['test'], "badges": ["badge1"] }