Skip to content

Commit

Permalink
[ci] Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Nov 18, 2015
1 parent e6f1cca commit 8f6089c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/test/test_helper.rb
Expand Up @@ -396,8 +396,7 @@ def basic_auth
end

def prepare_request_with_user(user, passwd)
re = 'Basic ' + Base64.encode64(user + ':' + passwd)
@@auth = re
@@auth = 'Basic ' + Base64.encode64(user + ':' + passwd)
end

# will provide a user without special permissions
Expand Down

0 comments on commit 8f6089c

Please sign in to comment.