fix: order error in the tests

This commit is contained in:
Adrien Raffin-Caboisse
2022-04-25 22:07:44 +02:00
parent 8061abe279
commit 3d302441b6
2 changed files with 11 additions and 4 deletions

View File

@@ -670,6 +670,7 @@ func getTags(
owners, err := expandTagOwners(aclPolicy, tag, stripEmailDomain)
if errors.Is(err, errInvalidTag) {
invalidTagMap[tag] = true
continue
}
var found bool
for _, owner := range owners {