From 77ef38f5cd49f00376f3c8ea91e47dda71c9c6c8 Mon Sep 17 00:00:00 2001 From: Luke Massa Date: Sun, 28 Jan 2024 12:12:57 -0500 Subject: [PATCH] chore: Add missing flag test for DisableGlobalApplyLockFlag --- cmd/server_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/server_test.go b/cmd/server_test.go index 7bde25319d..296c0683c4 100644 --- a/cmd/server_test.go +++ b/cmd/server_test.go @@ -77,6 +77,7 @@ var testFlags = map[string]interface{}{ DisableApplyAllFlag: true, DisableMarkdownFoldingFlag: true, DisableRepoLockingFlag: true, + DisableGlobalApplyLockFlag: false, DiscardApprovalOnPlanFlag: true, EmojiReaction: "eyes", ExecutableName: "atlantis",