Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Mar 23, 2020
1 parent 4192270 commit 149a8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudflare/resource_cloudflare_firewall_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ func TestFirewallRuleBypass(t *testing.T) {
rnd := generateRandomResourceName()
name := "cloudflare_firewall_rule." + rnd
zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
domain := os.Getenv("CLOUDFLARE_DOMAIN")

filterQuoted := `(http.host eq \"` + rnd + `\")`
filterQuoted := `(http.host eq \"` + domain + `\")`

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit 149a8ee

Please sign in to comment.