Skip to content

Commit

Permalink
Change disabled manifest type dbt-labs/dbt-core#3959
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Oct 2, 2021
1 parent 867f0fc commit 0fffb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/docs_generate_tests/test_docs_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ def expected_seeded_manifest(self, model_database=None, quote_model=False):
'test.macro_info': ANY,
'test.macro_arg_info': ANY,
},
'disabled': [],
'disabled': {},
}

def _checksum_file(self, path):
Expand Down Expand Up @@ -1487,7 +1487,7 @@ def expected_redshift_incremental_view_manifest(self):
'test.macro_info': ANY,
'test.macro_arg_info': ANY,
},
'disabled': [],
'disabled': {},
}

def verify_metadata(self, metadata, dbt_schema_version):
Expand Down

0 comments on commit 0fffb8e

Please sign in to comment.