Skip to content

Commit

Permalink
Fix context declaration for required status checks in GitHub reposito…
Browse files Browse the repository at this point in the history
…ry test configuration
  • Loading branch information
Dave Arnold committed Feb 21, 2025
1 parent 5b67dee commit 83a4f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_repo.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ run "verify_branch_protection_with_strict_settings" {
pull_request_bypassers = ["test-user"]
required_status_checks = {
strict = true
contexts = try(["test/build", "test/lint"], [])
contexts = ["test/build", "test/lint"]
}
}

Expand Down

0 comments on commit 83a4f99

Please sign in to comment.