From 0349d332ac90176f656c6593abd16f3ce33f1617 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Tue, 1 Sep 2020 14:48:24 -0400 Subject: [PATCH] bigquery doc test only 3 nodes --- test/integration/060_persist_docs_tests/test_persist_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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