mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix a small typo in mocks.
This commit is contained in:
parent
42513557a0
commit
bfadebf62a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module Fog
|
|||
'name' => key_name
|
||||
}
|
||||
}
|
||||
self.data[:last_modified][:servers][key_name] = Time.now
|
||||
self.data[:last_modified][:key_pairs][key_name] = Time.now
|
||||
self.data[:key_pairs][key_name] = data
|
||||
|
||||
response.body = data
|
||||
|
|
Loading…
Add table
Reference in a new issue