mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
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…
x
Reference in New Issue
Block a user