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:
parent
d006e59148
commit
8128ea58d3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module Fog
|
|||
response.status = 200
|
||||
response.body = {
|
||||
'API-Version' => '2.3.1',
|
||||
'API-Token' => 'thetoken=='
|
||||
'Auth-Token' => 'thetoken=='
|
||||
}
|
||||
response
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue