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

fix for broken AWS records tests

see #2439
This commit is contained in:
geemus 2013-11-30 10:24:00 -06:00
parent 3bf300ff7e
commit 445ffc75b3

View file

@ -33,7 +33,7 @@ module Fog
data['NextRecordIdentifier'] = nil unless data.has_key?('NextRecordIdentifier')
merge_attributes(data.reject {|key, value| !['IsTruncated', 'MaxItems', 'NextRecordName', 'NextRecordType', 'NextRecordIdentifier'].include?(key)})
load(data)
load(data['ResourceRecordSets'])
end
#