Skip to content

Commit

Permalink
testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seconroy committed Sep 13, 2024
1 parent a2ebca0 commit 5b60720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ attributes:
tf_name: ipv4_subnet_mask
example: 0.0.0.0
test_value: '"0.0.0.0"'
minimum_test_value: '" 0.0.0.0"'
minimum_test_value: '"0.0.0.0"'
- model_name: secondaryAddressV4
tf_name: ipv4_secondary_addresses
data_path: [ipv4]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func testAccSdwanServiceLANVPNInterfaceSVIProfileParcelConfig_minimum() string {
config += ` service_lan_vpn_feature_id = sdwan_service_lan_vpn_feature.test.id` + "\n"
config += ` interface_name = "Vlan1"` + "\n"
config += ` ipv4_address = "1.2.3.4"` + "\n"
config += ` ipv4_subnet_mask = " 0.0.0.0"` + "\n"
config += ` ipv4_subnet_mask = "0.0.0.0"` + "\n"
config += `}` + "\n"
return config
}
Expand Down

0 comments on commit 5b60720

Please sign in to comment.