Skip to content

Commit

Permalink
chore: Add missing flag test for DisableGlobalApplyLockFlag (#4183)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Jan 29, 2024
1 parent 25d800e commit c8587b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ var testFlags = map[string]interface{}{
DisableApplyAllFlag: true,
DisableMarkdownFoldingFlag: true,
DisableRepoLockingFlag: true,
DisableGlobalApplyLockFlag: false,
DiscardApprovalOnPlanFlag: true,
EmojiReaction: "eyes",
ExecutableName: "atlantis",
Expand Down

0 comments on commit c8587b3

Please sign in to comment.