| 16 | class OpenAIEmbeddingsTest : public OpenAITestFixture { |
| 17 | protected: |
| 18 | void SetUp() override { |
| 19 | OpenAITestFixture::SetUp(); |
| 20 | client_ = |
| 21 | std::make_unique<ai::openai::OpenAIClient>(kTestApiKey, kTestBaseUrl); |
| 22 | } |
| 23 | |
| 24 | void TearDown() override { |
| 25 | client_.reset(); |
nothing calls this directly
no outgoing calls
no test coverage detected