Skip to content

Conversation

mandres2015
Copy link
Collaborator

@mandres2015 mandres2015 commented Nov 10, 2021

Add more users to admin group, actually we are using a simple filed string, each id es separated with ","

@@ -263,7 +263,8 @@ def get_groups_and_users(self):
[member['objectId'] for member in item['members']],
)
result = list(map(parse_item, response.json()['value']))
result[0][1].append(self.config.USERID)
list_of_userid = self.config.USERID.split(" ")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • change ** list_of_userid ** to ** users_id **
  • I recommend using , as the split symbol.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolve comment

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@scastillo-jp scastillo-jp merged commit 6e2108e into master Nov 12, 2021
@scastillo-jp scastillo-jp deleted the TT-393-USERID-Convert-to-List branch November 12, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants