Commit 0132d4ef authored by Jarka Košanová's avatar Jarka Košanová

Fix message for successful jira test

parent c8e24280
...@@ -250,7 +250,7 @@ class JiraService < IssueTrackerService ...@@ -250,7 +250,7 @@ class JiraService < IssueTrackerService
end end
log_info("Successfully posted", client_url: client_url) log_info("Successfully posted", client_url: client_url)
"SUCCESS: Successfully posted to http://jira.example.net." "SUCCESS: Successfully posted to #{client_url}."
end end
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