tests: make sure there is content in message returned

This commit is contained in:
Stevan Freeborn
2024-07-01 12:09:51 -05:00
parent ecf1958fd3
commit fdcd4a05f2
@@ -14,6 +14,7 @@ public class ClientTests(ConfigurationFixture configFixture) : EndToEndTest(conf
result.IsSuccess.Should().BeTrue();
result.Value.Should().BeOfType<ChatResponse>();
result.Value.Content.Should().NotBeNullOrEmpty();
}
[Fact]