Storage: Fix IAM policy versions in unit test fixtures #10090
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
#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 = 17
in their fixtures. These versions must be adjusted.The text was updated successfully, but these errors were encountered: