rename test
This commit is contained in:
parent
6366cc0f5e
commit
a7af4c46b2
|
@ -117,7 +117,7 @@ func testAccAwsVpnConnection(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAccAWSVpnConnection_xmlconfig(t *testing.T) {
|
func TestAWSVpnConnection_xmlconfig(t *testing.T) {
|
||||||
tunnelInfo := xmlConfigToTunnelInfo(testAccAwsVpnTunnelInfoXML)
|
tunnelInfo := xmlConfigToTunnelInfo(testAccAwsVpnTunnelInfoXML)
|
||||||
if tunnelInfo.Tunnel1Address != "FIRST_ADDRESS" {
|
if tunnelInfo.Tunnel1Address != "FIRST_ADDRESS" {
|
||||||
t.Fatalf("First address from tunnel XML was incorrect.")
|
t.Fatalf("First address from tunnel XML was incorrect.")
|
||||||
|
|
Loading…
Reference in New Issue