Skip to content

Commit fbf02c2

Browse files
committed
chore: update the cpe value
Signed-off-by: Saquib Saifee <[email protected]>
1 parent 15d9c19 commit fbf02c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def test_nested_components_2(self) -> None:
285285
self.assertEqual(2, len(comp_b.get_all_nested_components(include_self=False)))
286286

287287
def test_cpe_validation_valid(self) -> None:
288-
cpe = 'cpe:2.3:a:microsoft:internet_explorer:11:*:*:*:*:*:*:*'
288+
cpe = 'cpe:2.3:a:python:setuptools:50.3.2:*:*:*:*:*:*:*'
289289
c = Component(name='test-component', cpe=cpe)
290290
self.assertEqual(c.cpe, cpe)
291291

0 commit comments

Comments
 (0)