Skip to content

Commit

Permalink
Update DownstreamApiTests.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Marc Prieur <[email protected]>
  • Loading branch information
jmprieur authored Sep 19, 2024
1 parent f1caace commit 62806b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ public void CloneClonesAllProperties()
Assert.Equal(HttpMethod.Delete.ToString(), options.Clone().HttpMethod);

// Special cases
authorizationHeaderProviderOptions.HttpMethod = null!!;
authorizationHeaderProviderOptions.ProtocolScheme = null!!;
authorizationHeaderProviderOptions.HttpMethod = null!;
authorizationHeaderProviderOptions.ProtocolScheme = null!;
Assert.Equal("Get", authorizationHeaderProviderOptions.HttpMethod);
Assert.Equal("Bearer", authorizationHeaderProviderOptions.ProtocolScheme);
}
Expand Down

0 comments on commit 62806b9

Please sign in to comment.