mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix code to remove from last modified hash afetr delete in mock code.
This commit is contained in:
parent
48099f8522
commit
485eb7a628
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ module Fog
|
|||
|
||||
def delete_key_pair(key_name)
|
||||
response = Excon::Response.new
|
||||
self.data[:last_modified][:key_pairs].delete(key_name)
|
||||
self.data[:key_pairs].delete(key_name)
|
||||
response.status = 202
|
||||
response.body = "202 Accepted\n\nThe request is accepted for processing.\n\n "
|
||||
|
|
Loading…
Add table
Reference in a new issue