From 923e2c853594ba0e29e7ee225bdf2b79a98679e4 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 5 Jan 2018 15:24:44 -0500 Subject: [PATCH] Fix typo --- command/operator/autopilot/set/operator_autopilot_set_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/operator/autopilot/set/operator_autopilot_set_test.go b/command/operator/autopilot/set/operator_autopilot_set_test.go index 264c2bcf3..461917165 100644 --- a/command/operator/autopilot/set/operator_autopilot_set_test.go +++ b/command/operator/autopilot/set/operator_autopilot_set_test.go @@ -18,7 +18,7 @@ func TestOperatorAutopilotSetConfigCommand_noTabs(t *testing.T) { } } -func TestOperatorAutopilotSetConfigCommmand(t *testing.T) { +func TestOperatorAutopilotSetConfigCommand(t *testing.T) { t.Parallel() a := agent.NewTestAgent(t.Name(), ``) defer a.Shutdown()