Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed May 8, 2021
1 parent 6879880 commit b0ee77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/047_dbt_ls_test/test_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def expect_test_output(self):
'persist_docs': {},
'full_refresh': None,
'database': None,
'schema': None,
'schema': 'dbt_test__audit',
'alias': None,
},
'alias': 'not_null_outer_id',
Expand All @@ -368,7 +368,7 @@ def expect_test_output(self):
'persist_docs': {},
'full_refresh': None,
'database': None,
'schema': None,
'schema': 'dbt_test__audit',
'alias': None,
},
'alias': 't',
Expand All @@ -392,7 +392,7 @@ def expect_test_output(self):
'persist_docs': {},
'full_refresh': None,
'database': None,
'schema': None,
'schema': 'dbt_test__audit',
'alias': None,
},
'alias': 'unique_outer_id',
Expand Down

0 comments on commit b0ee77d

Please sign in to comment.