summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2019-01-31 11:29:27 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2019-02-10 16:14:45 +0100
commit0d8fd9f7deb7a6d6e99d3a6fcffcada435c6aac2 (patch)
tree63800d7c294472465a2df2683c80ef654b246413
parentfa9c974796f87420587c8c7fa2ff43725da34b63 (diff)
downloadgitlab-ce-55109-jira-integration-api-doesn-t-respect-available-format.tar.gz
Change specs parameter to match requirements55109-jira-integration-api-doesn-t-respect-available-format
-rw-r--r--spec/support/shared_contexts/services_shared_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_contexts/services_shared_context.rb b/spec/support/shared_contexts/services_shared_context.rb
index 23f9b46ae0c..d92e8318fa0 100644
--- a/spec/support/shared_contexts/services_shared_context.rb
+++ b/spec/support/shared_contexts/services_shared_context.rb
@@ -19,7 +19,7 @@ Service.available_services_names.each do |service|
elsif service == 'irker' && k == :server_port
hash.merge!(k => 1234)
elsif service == 'jira' && k == :jira_issue_transition_id
- hash.merge!(k => 1234)
+ hash.merge!(k => '1,2,3')
else
hash.merge!(k => "someword")
end