This commit is contained in:
Stef Heyenrath
2026-02-28 16:02:22 +01:00
parent d472d158bd
commit 933c8ab0b8
10 changed files with 32 additions and 25 deletions

View File

@@ -582,7 +582,7 @@ public class WireMockAdminApiAssertionsTests : IDisposable
public async Task HaveReceivedACall_FromClientIP_whenACallWasMadeFromClientIP_Should_BeOK()
{
await _httpClient.GetAsync("", _ct);
var clientIP = _server.LogEntries.Last().RequestMessage.ClientIP;
var clientIP = _server.LogEntries.Last().RequestMessage!.ClientIP;
_adminApi.Should()
.HaveReceivedACall()