Skip to content

Commit

Permalink
fix: prevent connection overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 6, 2025
1 parent 94f399a commit 38e5107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Unleash.Tests/Communication/CustomHeadersUnitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ public async Task DynamicHttpHeaders()
[Test]
public async Task IdentificationHttpHeaders()
{
httpHeaders = new Dictionary<string, string>
{
{"unleash-connection-id", "ignore"}
};
// httpHeaders = new Dictionary<string, string>
// {
// {"unleash-connection-id", "ignore"}
// };
api = CreateApiClient();
var engine = new YggdrasilEngine();

Expand Down

0 comments on commit 38e5107

Please sign in to comment.