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

Fixed method names for Mock objects for add/remove_security_group

This commit is contained in:
Adan Saenz 2014-01-14 10:27:47 -06:00
parent 7cff96bfd3
commit 819e2cdfc2
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ module Fog
class Mock
def update_server(server_id, group_name)
def add_security_group(server_id, group_name)
response = Excon::Response.new
response.status = 200
response

View file

@ -12,7 +12,7 @@ module Fog
class Mock
def update_server(server_id, group_name)
def remove_security_group(server_id, group_name)
response = Excon::Response.new
response.status = 200
response