Skip to content

Commit 3fc4603

Browse files
committed
Update resource_tfe_workspace_run_test.go
1 parent 31e33a4 commit 3fc4603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/resource_tfe_workspace_run_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ func testAccCheckTFEWorkspaceRunDestroy(workspaceID string, expectedDestroyCount
260260

261261
runList, err := config.Client.Runs.List(ctx, workspaceID, &tfe.RunListOptions{
262262
Operation: "destroy",
263-
Status: string(tfe.RunApplied),
264263
})
265264
if err != nil {
266265
return fmt.Errorf("Unable to find destroy run, %w", err)

0 commit comments

Comments
 (0)