mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
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:
committed by
GitHub
parent
3a65087851
commit
6024ae47e1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user