mirror of https://github.com/status-im/consul.git
Fix style issue in remote_exec_test
This commit is contained in:
parent
8f5089a661
commit
8605488598
|
@ -172,7 +172,7 @@ func TestRemoteExecWrites(t *testing.T) {
|
|||
|
||||
|
||||
|
||||
func _TestHandleRemoteExec(t *testing.T, command string, expectedSubstring string, expectedReturnCode string) {
|
||||
func testHandleRemoteExec(t *testing.T, command string, expectedSubstring string, expectedReturnCode string) {
|
||||
dir, agent := makeAgent(t, nextConfig())
|
||||
defer os.RemoveAll(dir)
|
||||
defer agent.Shutdown()
|
||||
|
|
Loading…
Reference in New Issue