Skip to content

Commit

Permalink
fix TestUnitTestList
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Jul 29, 2024
1 parent d6adb49 commit a1bc80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/unit_testing/test_ut_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_unit_test_list(self, project):
"package_name": "test",
"original_file_path": os.path.join("models", "test_my_model.yml"),
"unique_id": "unit_test.test.my_model.test_my_model",
"depends_on": {"macros": [], "nodes": ["model.test.my_model"]},
"depends_on": {"macros": [], "nodes": ["model.test.my_model"], "vars": {}},
"config": {"tags": [], "meta": {}},
}
for result in results:
Expand Down

0 comments on commit a1bc80c

Please sign in to comment.