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

@ -1014,7 +1014,7 @@ func createRouterManager(t *testing.T) (*DefaultAccountManager, error) {
return nil, err
}
eventStore := &activity.InMemoryEventStore{}
return BuildManager(store, NewPeersUpdateManager(nil), nil, "", "", eventStore, nil, false)
return BuildManager(store, NewPeersUpdateManager(nil), nil, "", "netbird.selfhosted", eventStore, nil, false)
}
func createRouterStore(t *testing.T) (Store, error) {