summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-10-24 13:40:22 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-10-24 13:40:22 +0300
commit525f043c29dc426a025b371de08818934f757083 (patch)
treeded84227305e24297a5ebbb16dcfcc5457a70f14
parent50aa340e374ac07dea82f99f39f2d0fff9b1175d (diff)
downloadgitlab-ce-api-configure-jira.tar.gz
Update factories for git push serviceapi-configure-jira
-rw-r--r--spec/support/jira_service_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/jira_service_helper.rb b/spec/support/jira_service_helper.rb
index 0b5f66597fd..88a7aeba461 100644
--- a/spec/support/jira_service_helper.rb
+++ b/spec/support/jira_service_helper.rb
@@ -6,6 +6,8 @@ module JiraServiceHelper
properties = {
title: "JIRA tracker",
url: JIRA_URL,
+ username: 'jira-user',
+ password: 'my-secret-password',
project_key: "JIRA",
jira_issue_transition_id: '1'
}