Skip to content

Commit

Permalink
Merge branch 'master' into egomes/DLP-655
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Oct 28, 2022
2 parents 96a6b00 + 0638a5d commit ad9ff50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkY
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudflare/cloudflare-go v0.52.0 h1:9pa170sl8HBR2c/7I5konGwgDYzlQ4dy3evdG/my9xU=
github.com/cloudflare/cloudflare-go v0.52.0/go.mod h1:JSdZSD4FjF220O9REnYf0IGx7gUdbWwRgCAv4TusaJc=
github.com/cloudflare/cloudflare-go v0.53.0 h1:FgtqvVhSzhHXlMBzPmJxIse71zUJ/UcF90+V8CT2lws=
github.com/cloudflare/cloudflare-go v0.53.0/go.mod h1:PMS5SW5YLMvuYLNfeDk8jyNWpjGFAS8k+2sJ6W+CZeo=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
Expand Down
2 changes: 2 additions & 0 deletions internal/provider/resource_cloudflare_teams_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func TestAccCloudflareTeamsListBasic(t *testing.T) {

resource.Test(t, resource.TestCase{
PreCheck: func() {
testAccPreCheck(t)
testAccessAccPreCheck(t)
},
ProviderFactories: providerFactories,
Expand Down Expand Up @@ -56,6 +57,7 @@ func TestAccCloudflareTeamsListReordered(t *testing.T) {

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

0 comments on commit ad9ff50

Please sign in to comment.