Skip to content

Commit

Permalink
Fix unit test per dbt-labs/dbt-core#5001
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Apr 13, 2022
1 parent ee1bc46 commit 3221523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def assert_has_keys(
'sql',
'sql_now',
'adapter_macro',
'selected_resources',
}
REQUIRED_MODEL_KEYS = REQUIRED_MACRO_KEYS | {'this'}
MAYBE_KEYS = frozenset({'debug'})
Expand Down

0 comments on commit 3221523

Please sign in to comment.