Skip to content

Commit

Permalink
fix test TestIncapsulaSSL_Instructions (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotanrazimpv authored Dec 17, 2024
1 parent 615fcec commit abf29dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incapsula/data_source_ssl_instructions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestIncapsulaSSL_Instructions(t *testing.T) {
{
Config: testAccCheckIncapsulaSiteV3Domain(t, "b-"+domain),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttrSet(dataSourceName, "domain_ids"),
resource.TestCheckResourceAttr(dataSourceName, "domain_ids.#", "1"),
resource.TestCheckResourceAttr(dataSourceName, "instructions.#", "1"),
resource.TestCheckResourceAttr(dataSourceName, "instructions.0.type", "CNAME"),
resource.TestCheckResourceAttrSet(dataSourceName, "instructions.0.name"),
Expand Down

0 comments on commit abf29dc

Please sign in to comment.