Fix ArgumentError for Integrations::Campfire
What does this MR do and why?
Contributes to #393403 (closed)
Sentry error: https://sentry.gitlab.net/gitlab/gitlabcom/issues/3339218/
Problem
build_message
method in Integrations::Campfire
accidentally
redefines the same method from Integrations::Loggable
.
Solution
Rename the method
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Vasilii Iakliushin