diff --git a/go/vt/vttablet/tabletserver/txthrottler/tx_throttler_test.go b/go/vt/vttablet/tabletserver/txthrottler/tx_throttler_test.go index 9db870fd0e0..5ab6b0a3983 100644 --- a/go/vt/vttablet/tabletserver/txthrottler/tx_throttler_test.go +++ b/go/vt/vttablet/tabletserver/txthrottler/tx_throttler_test.go @@ -59,7 +59,7 @@ func TestEnabledThrottler(t *testing.T) { defer mockCtrl.Finish() defer resetTxThrottlerFactories() - ts := memorytopo.NewServer("cell1", "cell2", "cell3") + ts := memorytopo.NewServer("cell1", "cell2") mockHealthCheck := NewMockHealthCheck(mockCtrl) hcCall1 := mockHealthCheck.EXPECT().Subscribe()