Skip to content

Commit 5e53f6a

Browse files
committed
chore: removed key checks from tests
1 parent cf39f3e commit 5e53f6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/openai/client/vector_stores_spec.rb

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@
8989
it "succeeds" do
9090
VCR.use_cassette(cassette) do
9191
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")
9492
end
9593
end
9694
end

0 commit comments

Comments
 (0)