Skip to content

Commit

Permalink
check destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
kitfoster committed Dec 10, 2024
1 parent 721f673 commit a7e33d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel/resource_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func TestAcc_ProjectWithAutomationBypass(t *testing.T) {
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
ProtoV6ProviderFactories: testAccProtoV6ProviderFactories,
CheckDestroy: testAccProjectDestroy("vercel_project.enabled_to_start", testTeam()),
CheckDestroy: testAccProjectDestroy("vercel_project.disabled_to_enabled_generated_secret", testTeam()),
Steps: []resource.TestStep{
{
Config: testAccProjectConfigAutomationBypass(projectSuffix, teamIDConfig()),
Expand Down

0 comments on commit a7e33d9

Please sign in to comment.