This commit is contained in:
Chad Whitacre 2018-01-05 15:24:44 -05:00
parent e15fe44e6c
commit 923e2c8535
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func TestOperatorAutopilotSetConfigCommand_noTabs(t *testing.T) {
} }
} }
func TestOperatorAutopilotSetConfigCommmand(t *testing.T) { func TestOperatorAutopilotSetConfigCommand(t *testing.T) {
t.Parallel() t.Parallel()
a := agent.NewTestAgent(t.Name(), ``) a := agent.NewTestAgent(t.Name(), ``)
defer a.Shutdown() defer a.Shutdown()