#9869 added a new check when accessing IAM objects as dictionaries. This results in exceptions when configured VERSION > 1.
The change broke several unit tests in storage, because those use VERSION = 17 in their fixtures. These versions must be adjusted.
#9869 added a new check when accessing IAM objects as dictionaries. This results in exceptions when configured
VERSION > 1.The change broke several unit tests in
storage, because those useVERSION = 17in their fixtures. These versions must be adjusted.