communicator/ssh: correct test typo

Copy pasta!!
This commit is contained in:
Paul Hinze 2016-06-29 10:59:55 -05:00
parent 40fbb8d2e8
commit 2f237eca44
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
},