Skip to content

Commit ada7381

Browse files
committed
Update spec
1 parent 8bbe99d commit ada7381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/openai/client/http_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263

264264
it {
265265
expect(headers).to eq({ "Authorization" => "Bearer #{OpenAI.configuration.access_token}",
266-
"Content-Type" => "application/json", "OpenAI-Organization" => nil })
266+
"Content-Type" => "application/json" })
267267
}
268268

269269
describe "with Azure" do

0 commit comments

Comments
 (0)