Commit c2068a11 authored by Stan Hu's avatar Stan Hu

Merge branch 'mo-sync-tags-limit-constant' into 'master'

Keep TAGS_LIMIT in sync for TaggableQueries

See merge request gitlab-org/gitlab!69244
parents 895dff25 31be34b1
# 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