Skip to content

Commit fe54f05

Browse files
committed
fix: drop unused eolclient argument from method calls
1 parent 3086802 commit fe54f05

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_compliance_summary.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ async def test_vulnerability(component_artefact_id):
5959
),
6060
)],
6161
rescorings=[],
62-
eol_client=None,
6362
)).categorisation is cs.ComplianceEntryCategorisation.CLEAN
6463

6564
assert (await cs.calculate_summary_entry(
@@ -82,7 +81,6 @@ async def test_vulnerability(component_artefact_id):
8281
),
8382
)],
8483
rescorings=[],
85-
eol_client=None,
8684
)).categorisation == 'CRITICAL'
8785

8886

@@ -119,7 +117,6 @@ async def test_malware(component_artefact_id):
119117
),
120118
)],
121119
rescorings=[],
122-
eol_client=None,
123120
)).categorisation is cs.ComplianceEntryCategorisation.CLEAN
124121

125122
assert (await cs.calculate_summary_entry(
@@ -143,7 +140,6 @@ async def test_malware(component_artefact_id):
143140
),
144141
)],
145142
rescorings=[],
146-
eol_client=None,
147143
)).categorisation == 'BLOCKER'
148144

149145

@@ -176,7 +172,6 @@ async def test_licenses(component_artefact_id):
176172
),
177173
)],
178174
rescorings=[],
179-
eol_client=None,
180175
)).categorisation is cs.ComplianceEntryCategorisation.CLEAN
181176

182177
assert (await cs.calculate_summary_entry(
@@ -196,5 +191,4 @@ async def test_licenses(component_artefact_id):
196191
),
197192
)],
198193
rescorings=[],
199-
eol_client=None,
200194
)).categorisation == 'BLOCKER'

0 commit comments

Comments
 (0)