Commit a58773e0 authored by Jérome Perrin's avatar Jérome Perrin

tests: adjust test_check_software expected output

the vulnerability database content seems to have changed
parent 646d5bf5
......@@ -206,7 +206,7 @@ class TestCheckSoftwareEggVulnerability(SlapOSStandaloneTestCase):
warning, = [w for w in warning_context if 'vulnerable' in str(w.message)]
self.assertIn(
'urllib3 before version 1.23 does not remove the Authorization HTTP header when',
'Urllib3 before version 1.23 does not remove the Authorization HTTP header when',
str(warning.message),
)
self.assertIn(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment