Skip to content

Commit 59059c0

Browse files
committed
fix test_meta_tags_and_accepted_values
1 parent d079aaf commit 59059c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/tests/test_column_pii_sampling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def test_meta_tags_and_accepted_values(test_id: str, dbt_project: DbtProject):
370370
test_args=dict(column_name=SENSITIVE_COLUMN, values=["[email protected]"]),
371371
data=data,
372372
columns=[
373-
{"name": SENSITIVE_COLUMN, "meta": {"tags": ["pii"]}},
373+
{"name": SENSITIVE_COLUMN, "config": {"meta": {"tags": ["pii"]}}},
374374
{"name": SAFE_COLUMN},
375375
],
376376
test_vars={

0 commit comments

Comments
 (0)