Skip to content

Commit

Permalink
update test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Nov 28, 2024
1 parent fac7738 commit 5227ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func testSweepCloudflareLCC(r string) error {
return nil
}

func TestAccCloudflareLeakedCredentialCheck_CRUD(t *testing.T) {
func TestAccCloudflareLeakedCredentialCheck_Basic(t *testing.T) {
rnd := utils.GenerateRandomResourceName()
name := fmt.Sprintf("cloudflare_leaked_credential_check.%s", rnd)
zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
Expand Down

0 comments on commit 5227ac7

Please sign in to comment.