There was an error while loading. Please reload this page.
1 parent 52c0e60 commit 5851827Copy full SHA for 5851827
1 file changed
test/TestableHttpClient.IntegrationTests/CreatingClients.cs
@@ -23,7 +23,7 @@ public async Task CreateClientWithConfiguration()
23
24
await client.GetAsync("https://httpbin.org/get", TestContext.Current.CancellationToken);
25
26
- testableHttpMessageHandler.ShouldHaveMadeRequests().WithHeader("test", "test");
+ testableHttpMessageHandler.ShouldHaveMadeRequests(x => x.WithHeader("test", "test"));
27
}
28
29
[Fact]
0 commit comments