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

@@ -114,7 +114,7 @@ func startManagement(t *testing.T, signalAddr string, counter *int) (*grpc.Serve
if err != nil {
return nil, "", err
}
accountManager, err := server.BuildManager(store, peersUpdateManager, nil, "", "", eventStore, nil, false)
accountManager, err := server.BuildManager(store, peersUpdateManager, nil, "", "netbird.selfhosted", eventStore, nil, false)
if err != nil {
return nil, "", err
}