File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ async def test_vulnerability(component_artefact_id):
59
59
),
60
60
)],
61
61
rescorings = [],
62
- eol_client = None ,
63
62
)).categorisation is cs .ComplianceEntryCategorisation .CLEAN
64
63
65
64
assert (await cs .calculate_summary_entry (
@@ -82,7 +81,6 @@ async def test_vulnerability(component_artefact_id):
82
81
),
83
82
)],
84
83
rescorings = [],
85
- eol_client = None ,
86
84
)).categorisation == 'CRITICAL'
87
85
88
86
@@ -119,7 +117,6 @@ async def test_malware(component_artefact_id):
119
117
),
120
118
)],
121
119
rescorings = [],
122
- eol_client = None ,
123
120
)).categorisation is cs .ComplianceEntryCategorisation .CLEAN
124
121
125
122
assert (await cs .calculate_summary_entry (
@@ -143,7 +140,6 @@ async def test_malware(component_artefact_id):
143
140
),
144
141
)],
145
142
rescorings = [],
146
- eol_client = None ,
147
143
)).categorisation == 'BLOCKER'
148
144
149
145
@@ -176,7 +172,6 @@ async def test_licenses(component_artefact_id):
176
172
),
177
173
)],
178
174
rescorings = [],
179
- eol_client = None ,
180
175
)).categorisation is cs .ComplianceEntryCategorisation .CLEAN
181
176
182
177
assert (await cs .calculate_summary_entry (
@@ -196,5 +191,4 @@ async def test_licenses(component_artefact_id):
196
191
),
197
192
)],
198
193
rescorings = [],
199
- eol_client = None ,
200
194
)).categorisation == 'BLOCKER'
You can’t perform that action at this time.
0 commit comments