Skip to content

Commit 8ebc51a

Browse files
stephentoubCopilot
andcommitted
Fix extension test proxy environment merge
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c3c50a4 commit 8ebc51a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotnet/test/E2E/RpcExtensionsLoadedE2ETests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class RpcExtensionsLoadedE2ETests(E2ETestFixture fixture, ITestOutputHelp
4040
/// </summary>
4141
private Dictionary<string, string> ExtensionsEnabledEnvironment()
4242
{
43-
var env = new Dictionary<string, string>(Ctx.GetEnvironment(), StringComparer.OrdinalIgnoreCase)
43+
var env = new Dictionary<string, string>(Ctx.GetEnvironment())
4444
{
4545
["COPILOT_CLI_ENABLED_FEATURE_FLAGS"] = "EXTENSIONS",
4646
};

0 commit comments

Comments
 (0)