mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
(#14) Remove printing in auth library
This commit is contained in:
parent
544d9d35b8
commit
3394a14ea0
3 changed files with 9 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ describe Pooler do
|
|||
with(:headers => {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'User-Agent'=>'Faraday v0.9.1'}).
|
||||
to_return(:status => 200, :body => @delete_token_response, :headers => {})
|
||||
|
||||
#expect(Auth.delete_token(false, @vmpooler_url, "first.last", "password", @token)).to eq @delete_token_response
|
||||
expect(Auth.delete_token(false, @vmpooler_url, "first.last", "password", @token)).to eq JSON.parse(@delete_token_response)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue