mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
chore: use go mod override instead of go.work (#24841)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
33f6889efd
commit
079240b9ba
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user