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

@@ -78,7 +78,7 @@ func startManagement(t *testing.T, config *mgmt.Config) (*grpc.Server, net.Liste
if err != nil {
return nil, nil
}
accountManager, err := mgmt.BuildManager(store, peersUpdateManager, nil, "", "", eventStore, nil, false)
accountManager, err := mgmt.BuildManager(store, peersUpdateManager, nil, "", "netbird.selfhosted", eventStore, nil, false)
if err != nil {
t.Fatal(err)
}