1
0
Fork 0
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:
Rupak Ganguly 2011-11-30 17:21:41 -05:00
parent 48099f8522
commit 485eb7a628

View file

@ -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 "