Commit e2f06bed authored by Robert Speicher's avatar Robert Speicher

Fix ReferenceExtractor spec

parent e7c8c3c0
...@@ -26,7 +26,7 @@ module Gitlab ...@@ -26,7 +26,7 @@ module Gitlab
def issues def issues
if project && project.jira_tracker? if project && project.jira_tracker?
@references[:external_issue] @references[:external_issue] ||= pipeline_result(:external_issue)
else else
@references[:issue] ||= pipeline_result(:issue) @references[:issue] ||= pipeline_result(:issue)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment