Add missing dns domain to tests to avoid verbose test logs (#1724)

This commit is contained in:
Maycon Santos
2024-03-18 12:25:01 +01:00
committed by GitHub
parent 9b0fe2c8e5
commit f0672b87bc
9 changed files with 15 additions and 12 deletions

View File

@ -412,7 +412,7 @@ func startManagement(t *testing.T, config *Config) (*grpc.Server, string, error)
}
peersUpdateManager := NewPeersUpdateManager(nil)
eventStore := &activity.InMemoryEventStore{}
accountManager, err := BuildManager(store, peersUpdateManager, nil, "", "",
accountManager, err := BuildManager(store, peersUpdateManager, nil, "", "netbird.selfhosted",
eventStore, nil, false)
if err != nil {
return nil, "", err