chore: use go mod override instead of go.work (#24841)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
Alexander Matyushentsev
2025-10-06 09:40:30 -07:00
committed by GitHub
parent 33f6889efd
commit 079240b9ba
11 changed files with 15 additions and 277 deletions

View File

@@ -43,7 +43,7 @@ func fixtures(data map[string]string) (*fake.Clientset, *settings.SettingsManage
func TestSettingsServer(t *testing.T) {
newServer := func(data map[string]string) *Server {
_, settingsMgr := fixtures(data)
return NewServer(settingsMgr, nil, nil, false, false, false)
return NewServer(settingsMgr, nil, nil, false, false, false, false)
}
t.Run("TestGetInstallationID", func(t *testing.T) {