Skip to content

Commit d1030bf

Browse files
committed
Update test
1 parent 2c66849 commit d1030bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/services/network/public_ip_resource_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ func TestAccPublicIpStatic_withReverseFqdn(t *testing.T) {
129129
),
130130
},
131131
data.ImportStep(),
132+
{
133+
Config: r.basic(data),
134+
Check: acceptance.ComposeTestCheckFunc(
135+
check.That(data.ResourceName).ExistsInAzure(r),
136+
),
137+
},
138+
data.ImportStep(),
132139
})
133140
}
134141

0 commit comments

Comments
 (0)