Skip to content

Commit

Permalink
Update integration test jira values
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidhartha Premkumar committed May 26, 2020
1 parent f1ba469 commit cfa911d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration_tests/jira_values.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PAGURE = {
'JIRA': 'FACTORY-6030',
'JIRA': 'FACTORY-6185',
'title': '[Demo_project] Test Issue DO NOT TOUCH',
'description': '[1580140473] Upstream Reporter: Sid Premkumar \n Upstream issue status: Open\n Upstream description: {quote}Some Description{quote} \n Upstream URL: [https://pagure.io/Demo_project/issue/34]\n',
'description': '[1580140473] Upstream Reporter: Sid Premkumar \n Upstream issue status: Open\n Upstream description: {quote}Some Description{quote} \n Upstream URL: https://pagure.io/Demo_project/issue/34',
'fixVersions': ['FY19 Q2'],
'assignee': 'sid',
'tags': ['tag1', 'tag2', 'tag3']
}
GITHUB = {
'JIRA': 'FACTORY-6031',
'JIRA': 'FACTORY-6186',
'title': '[sidpremkumar/Demo_repo] Test Issue DO NOT TOUCH',
'description': '[555670302] Upstream Reporter: Sid Premkumar \n Upstream issue status: Open\nUpstream description: {quote}Some Description{quote} \nUpstream URL: https://github.com/sidpremkumar/Demo_repo/issues/30\n',
'description': '[555670302] Upstream Reporter: Sid Premkumar \n Upstream issue status: Open\nUpstream description: {quote}Some Description{quote} \nUpstream URL: https://github.com/sidpremkumar/Demo_repo/issues/30',
'fixVersions': ['FY19 Q1'],
'assignee': 'sid',
'tags': ['bug'],
Expand Down

0 comments on commit cfa911d

Please sign in to comment.