We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf39f3e commit 5e53f6aCopy full SHA for 5e53f6a
spec/openai/client/vector_stores_spec.rb
@@ -89,8 +89,6 @@
89
it "succeeds" do
90
VCR.use_cassette(cassette) do
91
expect(response["object"]).to eq("vector_store.search_results.page")
92
- expect(response).to have_key("search_query")
93
- expect(response).to have_key("data")
94
end
95
96
0 commit comments