diff --git a/test/integration/035_docs_blocks/test_docs_blocks.py b/test/integration/035_docs_blocks/test_docs_blocks.py index e7cc80811a9..dacddf394f9 100644 --- a/test/integration/035_docs_blocks/test_docs_blocks.py +++ b/test/integration/035_docs_blocks/test_docs_blocks.py @@ -49,7 +49,7 @@ def test_postgres_valid_doc_ref(self): 'description': "The user's first name", 'data_type': None, 'meta': {}, - 'qoute': None, + 'quote': None, 'tags': [], }, model_data['columns']['first_name'] @@ -100,7 +100,7 @@ def test_postgres_alternative_docs_path(self): 'description': "The user's first name", 'data_type': None, 'meta': {}, - 'quote': None + 'quote': None, 'tags': [], }, model_data['columns']['first_name'] @@ -112,7 +112,7 @@ def test_postgres_alternative_docs_path(self): 'description': "The user's last name in this other file", 'data_type': None, 'meta': {}, - 'quote': None + 'quote': None, 'tags': [], }, model_data['columns']['last_name']