Skip to content

Commit

Permalink
Merge pull request #575 from armosec/feature/multipule_jira
Browse files Browse the repository at this point in the history
add collabGUID to update config func
  • Loading branch information
jnathangreeg authored Jan 9, 2025
2 parents 209e9ae + 73351d0 commit 9f0a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_scripts/helm/jira_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def setup_jira_config(self):
assert project, "Jira System Tests is missing from projects"

Logger.logger.info('update Jira configuration')
self.backend.update_jira_config({'selectedSite': site, 'projects':[project]})
self.backend.update_jira_config({"jiraCollabGUID": jiraCollaborationGUID, 'selectedSite': site, 'projects':[project]})

Logger.logger.info('verify Jira configuration')
config = self.backend.get_jira_config()
Expand Down

0 comments on commit 9f0a4df

Please sign in to comment.