mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-23 09:06:24 +00:00
types/opt: de-weird the API a bit with new True and False consts
Updates #cleanup Change-Id: I15d8d840877d43e2b884d42354b4eb156094df7d Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
e766adf71f
commit
afe909664b
@@ -1785,7 +1785,7 @@ func TestC2NDebugNetmap(t *testing.T) {
|
||||
tstest.Shard(t)
|
||||
tstest.Parallel(t)
|
||||
env := NewTestEnv(t, ConfigureControl(func(s *testcontrol.Server) {
|
||||
s.CollectServices = "false"
|
||||
s.CollectServices = opt.False
|
||||
}))
|
||||
|
||||
var testNodes []*TestNode
|
||||
|
||||
Reference in New Issue
Block a user