Skip to content

Commit f91e562

Browse files
committed
Fix VectorStores#list spec
1 parent 1ce362a commit f91e562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/openai/client/vector_stores_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
end
1414

1515
it "succeeds" do
16+
vector_store_id # Need something to list.
1617
VCR.use_cassette(cassette) do
1718
expect(response.dig("data", 0, "object")).to eq("vector_store")
1819
end

0 commit comments

Comments
 (0)