mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
communicator/ssh: correct test typo
Copy pasta!!
This commit is contained in:
parent
40fbb8d2e8
commit
2f237eca44
@ -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…
Reference in New Issue
Block a user