diff --git a/ipn/e2e_test.go b/ipn/e2e_test.go index 1474802d7..261cf9693 100644 --- a/ipn/e2e_test.go +++ b/ipn/e2e_test.go @@ -166,16 +166,12 @@ func newNode(t *testing.T, prefix string, https *httptest.Server) testNode { Provider: "google", LoginName: "test1@tailscale.com", } + prefs := NewPrefs() + prefs.ControlURL = https.URL + prefs.Persist = &c n.Start(Options{ FrontendLogID: prefix + "-f", - Prefs: &Prefs{ - ControlURL: https.URL, - RouteAll: true, - AllowSingleHosts: true, - CorpDNS: true, - WantRunning: true, - Persist: &c, - }, + Prefs: prefs, Notify: func(n Notify) { // Automatically visit auth URLs if n.BrowseToURL != nil {