Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed integration tests
  • Loading branch information
ramonvermeulen committed Jun 23, 2023
commit 20be12b50bad7687a4b410c2b9e5c54e42f26d9e
1 change: 1 addition & 0 deletions tests/functional/artifacts/expected_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_rendered_seed_config(**updates):
"pre-hook": [],
"post-hook": [],
"column_types": {},
"delimiter": ",",
"quoting": {},
"tags": [],
"quote_columns": True,
Expand Down
1 change: 1 addition & 0 deletions tests/functional/list/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def expect_seed_output(self):
"pre-hook": [],
"quoting": {},
"column_types": {},
"delimiter": ",",
"persist_docs": {},
"quote_columns": False,
"full_refresh": None,
Expand Down