Commit b0af1d97 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'fix_pipeline_message_warning' into 'master'

Fix constant ChatMessage::PipelineMessage::MAX_VISIBLE_JOBS warnings

See merge request gitlab-org/gitlab!17656
parents 9920e376 e6b0fd33
# frozen_string_literal: true
Dir[Rails.root.join("app/models/project_services/chat_message/*.rb")].each { |f| require f }
RSpec.shared_examples 'slack or mattermost notifications' do |service_name|
let(:chat_service) { described_class.new }
let(:webhook_url) { 'https://example.gitlab.com/' }
......
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