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 aa36d97 commit 2f6c126Copy full SHA for 2f6c126
test/integration/cve_int_test.go
@@ -25,10 +25,10 @@ func (suite *CveIntegrationTestSuite) TestCve() {
25
cp.Expect("0b87e7a4-dc62-46fd-825b-9c35a53fe0a2")
26
27
cp.Expect("Vulnerabilities")
28
- cp.Expect("CRITICAL")
+ cp.Expect("critical")
29
cp.Expect("Affected Packages")
30
cp.Expect("tensorflow")
31
32
cp.Expect("CVE-2019-16778")
33
cp.ExpectExitCode(0)
34
0 commit comments