Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 253cc68

Browse files
committed
fix test_local_diff_types_differ
1 parent 3234f27 commit 253cc68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_dbt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ def test_local_diff_types_differ(self, mock_diff_tables):
550550
algorithm=Algorithm.JOINDIFF,
551551
extra_columns=ANY,
552552
where=where,
553+
skip_null_keys=True,
553554
)
554555
self.assertEqual(len(mock_diff_tables.call_args[1]["extra_columns"]), 1)
555556
self.assertEqual(mock_connect.call_count, 2)

0 commit comments

Comments
 (0)