From 6024ae47e19e029194348a748cc880ea29e0c873 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Mon, 25 May 2026 23:38:40 -0700 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- pkg/cli/server/extensions_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/cli/server/extensions_test.go b/pkg/cli/server/extensions_test.go index 3ca69c8b..e3ff5221 100644 --- a/pkg/cli/server/extensions_test.go +++ b/pkg/cli/server/extensions_test.go @@ -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)