Skip to content

Commit 1c585c4

Browse files
committed
remove echoResponses
1 parent ed5e82b commit 1c585c4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

cli/configssh_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,6 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
569569
"--yes",
570570
"--header-command", "printf h1=v1",
571571
},
572-
echoResponse: &echo.Responses{
573-
Parse: echo.ParseComplete,
574-
ProvisionApply: echo.ProvisionApplyWithAgent(""),
575-
},
576572
wantErr: false,
577573
wantConfig: wantConfig{
578574
regexMatch: "--header-command \"printf h1=v1\" ssh",
@@ -584,10 +580,6 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
584580
"--yes",
585581
"--header-command", "printf h1=v1 h2=\"v2\"",
586582
},
587-
echoResponse: &echo.Responses{
588-
Parse: echo.ParseComplete,
589-
ProvisionApply: echo.ProvisionApplyWithAgent(""),
590-
},
591583
wantErr: false,
592584
wantConfig: wantConfig{
593585
regexMatch: "--header-command \"printf h1=v1 h2=\\\\\"v2\\\\\"\" ssh",
@@ -599,10 +591,6 @@ func TestConfigSSH_FileWriteAndOptionsFlow(t *testing.T) {
599591
"--yes",
600592
"--header-command", "printf h1=v1 h2='v2'",
601593
},
602-
echoResponse: &echo.Responses{
603-
Parse: echo.ParseComplete,
604-
ProvisionApply: echo.ProvisionApplyWithAgent(""),
605-
},
606594
wantErr: false,
607595
wantConfig: wantConfig{
608596
regexMatch: "--header-command \"printf h1=v1 h2='v2'\" ssh",

0 commit comments

Comments
 (0)