diff --git a/command/operator_autopilot_set_test.go b/command/operator_autopilot_set_test.go index b5ec69ae0..29b6ef79a 100644 --- a/command/operator_autopilot_set_test.go +++ b/command/operator_autopilot_set_test.go @@ -13,7 +13,7 @@ func TestOperator_Autopilot_SetConfig_Implements(t *testing.T) { var _ cli.Command = &OperatorRaftListCommand{} } -func TestOperatorAutopilotSetConfigCommmand(t *testing.T) { +func TestOperatorAutopilotSetConfigCommand(t *testing.T) { t.Parallel() s, _, addr := testServer(t, false, nil) defer s.Shutdown()