Skip to content

Commit

Permalink
chore: Add missing flag test for DisableGlobalApplyLockFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Jan 28, 2024
1 parent a0fc4c3 commit 77ef38f
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 77ef38f

Please sign in to comment.