From 6a8ca1018f64b5884d9bba026bb2a02be8697024 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 24 Jan 2024 11:02:53 +0800 Subject: [PATCH] fix missing import in ruby faraday test (#17692) --- samples/client/echo_api/ruby-faraday/spec/manual_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/client/echo_api/ruby-faraday/spec/manual_spec.rb b/samples/client/echo_api/ruby-faraday/spec/manual_spec.rb index 023b2538c7b..96db5a92076 100644 --- a/samples/client/echo_api/ruby-faraday/spec/manual_spec.rb +++ b/samples/client/echo_api/ruby-faraday/spec/manual_spec.rb @@ -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