Skip to content

Commit f9a0011

Browse files
Ravi Tandoncodycushing
authored andcommitted
Fix Test Assert regression in TestCoreLocalPeeringGatewayResource_basic
1 parent c787307 commit f9a0011

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

oci/core_local_peering_gateway_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ func TestCoreLocalPeeringGatewayResource_basic(t *testing.T) {
175175
resource.TestCheckResourceAttr(datasourceName, "local_peering_gateways.0.freeform_tags.%", "1"),
176176
resource.TestCheckResourceAttrSet(datasourceName, "local_peering_gateways.0.id"),
177177
resource.TestCheckResourceAttrSet(datasourceName, "local_peering_gateways.0.is_cross_tenancy_peering"),
178-
resource.TestCheckResourceAttrSet(datasourceName, "local_peering_gateways.0.peer_advertised_cidr"),
179-
resource.TestCheckResourceAttr(datasourceName, "local_peering_gateways.0.peer_advertised_cidr_details.#", "1"),
180178
resource.TestCheckResourceAttrSet(datasourceName, "local_peering_gateways.0.peering_status"),
181179
resource.TestCheckResourceAttrSet(datasourceName, "local_peering_gateways.0.peering_status_details"),
182180
resource.TestCheckResourceAttrSet(datasourceName, "local_peering_gateways.0.route_table_id"),

0 commit comments

Comments
 (0)