We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28de1 commit 0ee5bb4Copy full SHA for 0ee5bb4
tests/output_reporter/test_reporter.py
@@ -116,8 +116,6 @@ def test_main_target_status(
116
status=main_status,
117
context=MagicMock(),
118
dependencies=[],
119
- policies_failed=[],
120
- policies_passed=[],
121
)
122
123
report = Report(main_record)
@@ -130,8 +128,6 @@ def test_main_target_status(
130
128
status=SCMStatus.AVAILABLE,
131
129
132
133
134
135
136
report.root_record.dependencies.append(dep_record)
137
0 commit comments