You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In list_resource_groups.rb, deserialize method is being called on @rmc which is not initialized earlier and hence, throws the following error when list_group_resources method is called NoMethodError: undefined method 'deserialize' for nil:NilClass while running with mock.
The text was updated successfully, but these errors were encountered:
In list_resource_groups.rb, deserialize method is being called on
@rmc
which is not initialized earlier and hence, throws the following error whenlist_group_resources
method is calledNoMethodError: undefined method 'deserialize' for nil:NilClass
while running with mock.The text was updated successfully, but these errors were encountered: