fix tests
This commit is contained in:
parent
0cbd3ff0f3
commit
31bb1e818f
|
@ -68,7 +68,7 @@ func testSSHHost(t *testing.T, allowTries int, vpcId string, sshInterface string
|
||||||
publicDNS: publicDNS,
|
publicDNS: publicDNS,
|
||||||
}
|
}
|
||||||
|
|
||||||
f := SSHHost(e, sshInterface)
|
f := SSHHost(e, sshInterface, "")
|
||||||
st := &multistep.BasicStateBag{}
|
st := &multistep.BasicStateBag{}
|
||||||
st.Put("instance", &ec2.Instance{
|
st.Put("instance", &ec2.Instance{
|
||||||
InstanceId: aws.String("instance-id"),
|
InstanceId: aws.String("instance-id"),
|
||||||
|
|
Loading…
Reference in New Issue