diff --git a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs index 25abb08..0072aec 100644 --- a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs +++ b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs @@ -77,6 +77,7 @@ public class ClientTests(ConfigurationFixture configFixture) : EndToEndTest(conf var result = await _client.CreateMessageAsync(request); + result.Error.Error.Message.Should().BeNullOrEmpty(); result.IsSuccess.Should().BeTrue(); result.Value.Should().BeOfType(); result.Value.Content.Should().NotBeNullOrEmpty();