fix missing import in ruby faraday test (#17692)

This commit is contained in:
William Cheng 2024-01-24 11:02:53 +08:00 committed by GitHub
parent d0187ab359
commit 6a8ca1018f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ OpenAPI Generator version: 7.2.0-SNAPSHOT
=end
require 'spec_helper'
require 'base64'
describe "Body API tests" do
describe 'the test_binary_gif method' do