We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe7436 commit b146c76Copy full SHA for b146c76
internal/services/api_shield/resource_test.go
@@ -11,7 +11,6 @@ import (
11
)
12
13
func TestAccCloudflareAPIShieldBasic(t *testing.T) {
14
- t.Skip(`FIXME: "errors":[{"code":10403,"message":"You are not entitled for this service"}]`)
15
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the API token
16
// endpoint does not yet support the API tokens without an explicit scope.
17
if os.Getenv("CLOUDFLARE_API_TOKEN") != "" {
0 commit comments