1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix API-Token in mock session request

This commit is contained in:
Michael Hale 2011-02-08 22:02:05 -05:00 committed by geemus
parent d006e59148
commit 8128ea58d3

View file

@ -30,7 +30,7 @@ module Fog
response.status = 200
response.body = {
'API-Version' => '2.3.1',
'API-Token' => 'thetoken=='
'Auth-Token' => 'thetoken=='
}
response
end