Skip to content

Commit 43d66be

Browse files
committed
Fix warning
1 parent fb156c8 commit 43d66be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/openai/client/chat_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def call(chunk)
206206
tap do
207207
response
208208
rescue Faraday::UnauthorizedError
209-
pending "This test needs the `OPENAI_ACCESS_TOKEN` to be a Groq API key"
209+
pending "This test needs the `OPENAI_ACCESS_TOKEN` to be a Deepseek API key"
210210
end
211211
expect(chunks.dig(0, "choices", 0, "index")).to eq(0)
212212
end

0 commit comments

Comments
 (0)