Skip to content

Commit

Permalink
Merge branch 'sdk-quota' into sdk-0.57.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyajoshi committed Jul 24, 2019
2 parents 24f2685 + 88d7497 commit 2375937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/sdk_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def _get_service_role(service_name: str):
# Find if we have a top-level group role.
if role_basename.partition("__")[1]:
# Add top level group role.
roles_list.append(service_name.partition("__")[0])
roles_list.append(role_basename.partition("__")[0])
else:
# No top level groups exist, add default slave_public role.
roles_list.append("slave_public")
Expand Down

0 comments on commit 2375937

Please sign in to comment.