diff --git a/test/multiverse/suites/ruby_openai/openai_helpers.rb b/test/multiverse/suites/ruby_openai/openai_helpers.rb index fdcf188c43..2064f25861 100644 --- a/test/multiverse/suites/ruby_openai/openai_helpers.rb +++ b/test/multiverse/suites/ruby_openai/openai_helpers.rb @@ -53,6 +53,7 @@ def client end def connection_client + client # can cause failure if this has never been created before on older versions for the test that uses connection_client Gem::Version.new(::OpenAI::VERSION) <= Gem::Version.new('4.3.2') ? OpenAI::Client : client end