Adapting mattermost to the new way of calling HTTP

parent 140cb0c0
......@@ -83,7 +83,7 @@ module Mattermost
def delete(path, options = {})
handle_exceptions do
self.class.delete(path, options.merge(headers: @headers))
Gitlab::HTTP.delete(path, options.merge(headers: @headers))
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