diff --git a/go/vt/vtctl/reparentutil/planned_reparenter_flaky_test.go b/go/vt/vtctl/reparentutil/planned_reparenter_flaky_test.go index ca158f8c124..fb0087e545c 100644 --- a/go/vt/vtctl/reparentutil/planned_reparenter_flaky_test.go +++ b/go/vt/vtctl/reparentutil/planned_reparenter_flaky_test.go @@ -3790,7 +3790,7 @@ func TestPlannedReparenterStats(t *testing.T) { } keyspace := "testkeyspace" shard := "-" - ts := memorytopo.NewServer(context.Background(), "zone1") + ts := memorytopo.NewServer("zone1") ctx := context.Background() logger := logutil.NewMemoryLogger()