Skip to content

Commit 0ee5bb4

Browse files
committed
chore: update test_reporter.py for the latest changes in Record class
Signed-off-by: Trong Nhan Mai <[email protected]>
1 parent be28de1 commit 0ee5bb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/output_reporter/test_reporter.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ def test_main_target_status(
116116
status=main_status,
117117
context=MagicMock(),
118118
dependencies=[],
119-
policies_failed=[],
120-
policies_passed=[],
121119
)
122120

123121
report = Report(main_record)
@@ -130,8 +128,6 @@ def test_main_target_status(
130128
status=SCMStatus.AVAILABLE,
131129
context=MagicMock(),
132130
dependencies=[],
133-
policies_failed=[],
134-
policies_passed=[],
135131
)
136132
report.root_record.dependencies.append(dep_record)
137133

0 commit comments

Comments
 (0)