diff --git a/test/integration/060_persist_docs_tests/test_persist_docs.py b/test/integration/060_persist_docs_tests/test_persist_docs.py index 08f696db41d..56de5540e6e 100644 --- a/test/integration/060_persist_docs_tests/test_persist_docs.py +++ b/test/integration/060_persist_docs_tests/test_persist_docs.py @@ -226,7 +226,7 @@ def test_bigquery_persist_docs(self): with open('target/catalog.json') as fp: catalog_data = json.load(fp) assert 'nodes' in catalog_data - assert len(catalog_data['nodes']) == 4 # seed, table, and view model + assert len(catalog_data['nodes']) == 3 # seed, table, and view model for node_id in ['table_model_nested', 'view_model_nested']: # check the descriptions using the api