Skip to content

Commit 6a8ca10

Browse files
authored
fix missing import in ruby faraday test (#17692)
1 parent d0187ab commit 6a8ca10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/client/echo_api/ruby-faraday/spec/manual_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
=end
1212

1313
require 'spec_helper'
14+
require 'base64'
1415

1516
describe "Body API tests" do
1617
describe 'the test_binary_gif method' do

0 commit comments

Comments
 (0)