communicator/ssh: correct test typo

Copy pasta!!
pull/7428/head
Paul Hinze 10 years ago
parent 40fbb8d2e8
commit 2f237eca44
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

@ -228,7 +228,7 @@ func TestScriptPath(t *testing.T) {
r := &terraform.InstanceState{
Ephemeral: terraform.EphemeralState{
ConnInfo: map[string]string{
"type": "winrm",
"type": "ssh",
"script_path": tc.Input,
},
},

Loading…
Cancel
Save