diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-11 18:10:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-11 18:10:13 +0000 |
commit | e58ce90f147742c314b9cc08c2d1c0b585e39cf9 (patch) | |
tree | 467a1716bb63f4061e57b824c0e07532ca2fba4c /spec/models/plan_limits_spec.rb | |
parent | 62cd7010ef91dcaa5a5a36790985053db0b38671 (diff) | |
download | gitlab-ce-e58ce90f147742c314b9cc08c2d1c0b585e39cf9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/plan_limits_spec.rb')
-rw-r--r-- | spec/models/plan_limits_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/plan_limits_spec.rb b/spec/models/plan_limits_spec.rb index b8c723b3847..cf8e30023eb 100644 --- a/spec/models/plan_limits_spec.rb +++ b/spec/models/plan_limits_spec.rb @@ -211,6 +211,7 @@ RSpec.describe PlanLimits do storage_size_limit daily_invites web_hook_calls + ci_daily_pipeline_schedule_triggers ] + disabled_max_artifact_size_columns end |