mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 00:56:20 +00:00
controlclient, ipn: fix tests for new control param
This commit is contained in:
@@ -945,7 +945,7 @@ func newServer(t *testing.T) *server {
|
||||
s.control.ServeHTTP(w, r)
|
||||
}
|
||||
}))
|
||||
s.control, err = control.New(tmpdir, s.http.URL, true)
|
||||
s.control, err = control.New(tmpdir, tmpdir, s.http.URL, true)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user