Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/plan_limits_spec.rb')
-rw-r--r--spec/models/plan_limits_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/models/plan_limits_spec.rb b/spec/models/plan_limits_spec.rb
index bee1c4f47b0..d10f375788a 100644
--- a/spec/models/plan_limits_spec.rb
+++ b/spec/models/plan_limits_spec.rb
@@ -248,6 +248,7 @@ RSpec.describe PlanLimits do
ci_max_artifact_size_requirements_v2
ci_max_artifact_size_coverage_fuzzing
ci_max_artifact_size_api_fuzzing
+ ci_max_artifact_size_annotations
]
end
@@ -270,7 +271,7 @@ RSpec.describe PlanLimits do
end
let(:datetime_columns) do
- %w[dashboard_limit_enabled_at]
+ %w[dashboard_limit_enabled_at updated_at]
end
let(:history_columns) do