diff --git a/tests/integration_tests/jira_values.py b/tests/integration_tests/jira_values.py index b7913ab..aabf702 100644 --- a/tests/integration_tests/jira_values.py +++ b/tests/integration_tests/jira_values.py @@ -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'],