We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc0ebd commit 85a1600Copy full SHA for 85a1600
1 file changed
test/test_keyword_args_compat.rb
@@ -21,6 +21,7 @@ class TestKeywordArgsCompat < Test::Unit::TestCase
21
22
def test_upload_and_download
23
session = get_session
24
+ return unless auth_type == AuthType::USER_ACCOUNT
25
test_file_path = File.join(File.dirname(__FILE__), 'test_file.txt')
26
test_file_title = "test_file-12345.txt"
27
file = session.upload_from_file(
0 commit comments