Skip to content

Commit

Permalink
json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Mar 16, 2022
1 parent dd27a14 commit 38b8ccc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cloudflare/resource_cloudflare_ruleset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1982,13 +1982,13 @@ func testAccCheckCloudflareRulesetRateLimit(rnd, name, zoneID, zoneName string)
rules {
action = "block"
action_parameters {
response {
status_code = 418
content_type = "text/plain"
content = "test content"
}
}
action_parameters {
response {
status_code = 418
content_type = "text/plain"
content = "test content"
}
}
ratelimit {
characteristics = [
"cf.colo.id",
Expand All @@ -1997,7 +1997,7 @@ func testAccCheckCloudflareRulesetRateLimit(rnd, name, zoneID, zoneName string)
period = 60
requests_per_period = 100
mitigation_timeout = 60
requests_to_origin = true
requests_to_origin = true
}
expression = "(http.request.uri.path matches \"^/api/\")"
description = "example http rate limit"
Expand Down

0 comments on commit 38b8ccc

Please sign in to comment.