Skip to content

Commit c06efb5

Browse files
committed
Unset headers in specs
1 parent fc5bb6f commit c06efb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/openai/client/client_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# that actually hit the API and causes them to fail.
1313
OpenAI.configure do |config|
1414
config.organization_id = nil
15+
config.extra_headers = nil
1516
end
1617
end
1718

0 commit comments

Comments
 (0)