Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ramkumar Chinchani
2026-05-25 23:38:40 -07:00
committed by GitHub
parent 3a65087851
commit 6024ae47e1
-4
View File
@@ -1165,10 +1165,6 @@ func TestServeSearchEnabledNoCVE(t *testing.T) {
So(found, ShouldBeTrue)
So(err, ShouldBeNil)
found, err = ReadLogFileAndSearchString(logPath, "cve config not provided, skipping cve-db update", readLogFileTimeout)
So(found, ShouldBeTrue)
So(err, ShouldBeNil)
found, err = ReadLogFileAndSearchString(logPath, "updating cve-db", readLogFileTimeout)
So(found, ShouldBeFalse)
So(err, ShouldBeNil)