Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nfagerlund committed Nov 3, 2023
1 parent 64ef63e commit f034953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/provider/resource_tfe_workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2302,9 +2302,8 @@ func testAccCheckTFEWorkspaceAutoApplyRunTrigger(res, value string) resource.Tes
return func(s *terraform.State) error {
return nil
}
} else {
return resource.TestCheckResourceAttr(res, "auto_apply_run_trigger", value)
}
return resource.TestCheckResourceAttr(res, "auto_apply_run_trigger", value)
}

// Helper that checks the actual workspace attribute values in the remote
Expand Down

0 comments on commit f034953

Please sign in to comment.