Skip to content

Commit 2f6c126

Browse files
committed
Fixed failing CVE integration test.
1 parent aa36d97 commit 2f6c126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/cve_int_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ func (suite *CveIntegrationTestSuite) TestCve() {
2525
cp.Expect("0b87e7a4-dc62-46fd-825b-9c35a53fe0a2")
2626

2727
cp.Expect("Vulnerabilities")
28-
cp.Expect("CRITICAL")
28+
cp.Expect("critical")
2929
cp.Expect("Affected Packages")
3030
cp.Expect("tensorflow")
31-
cp.Expect("CRITICAL")
31+
cp.Expect("critical")
3232
cp.Expect("CVE-2019-16778")
3333
cp.ExpectExitCode(0)
3434

0 commit comments

Comments
 (0)