From 2f237eca442200dd254fc4e46be5be4059e77169 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 29 Jun 2016 10:59:55 -0500 Subject: [PATCH] communicator/ssh: correct test typo Copy pasta!! --- communicator/ssh/communicator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicator/ssh/communicator_test.go b/communicator/ssh/communicator_test.go index 529dc49f0..4a9e816f3 100644 --- a/communicator/ssh/communicator_test.go +++ b/communicator/ssh/communicator_test.go @@ -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, }, },