Skip to content

Commit 0d0c06a

Browse files
committed
Remove unnecessary vcr_skip
1 parent eb8fe01 commit 0d0c06a

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
@@ -182,7 +182,7 @@ def call(chunk)
182182

183183
it "succeeds" do
184184
VCR.use_cassette(cassette) do
185-
vcr_skip do
185+
tap do
186186
Faraday.new(url: uri_base).get
187187
rescue Faraday::ConnectionFailed
188188
pending "This test needs `ollama serve` running locally with #{model} installed"

0 commit comments

Comments
 (0)