Commit 31be34b1 authored by Maxime Orefice's avatar Maxime Orefice

Keep TAGS_LIMIT in sync for TaggableQueries

This commit makes sure we keep in sync both area of the codebase
when dealing with tags limit for processing jobs.
parent a564138d
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe TaggableQueries do
it 'keeps MAX_TAGS_IDS in sync with TAGS_LIMIT' do
expect(described_class::MAX_TAGS_IDS).to eq(Gitlab::Ci::Config::Entry::Tags::TAGS_LIMIT)
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