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:
authorRémy Coutable <remy@rymai.me>2018-10-04 13:17:43 +0300
committerRémy Coutable <remy@rymai.me>2018-10-04 13:17:43 +0300
commit5d2b319de5180a6157d75c62c89e3ede71681f37 (patch)
treee6cb4cc54514e8d11c6b4e2bc56979c080090d97 /spec/factories/clusters/applications/helm.rb
parent8ec0eda9cca95b7a8fd352e9cf38982ab177cfce (diff)
parent869d8e814e4fcc4809dada1e2b34d4993461bda5 (diff)
Merge branch 'fix-todo-cops' into 'master'
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
Diffstat (limited to 'spec/factories/clusters/applications/helm.rb')
-rw-r--r--spec/factories/clusters/applications/helm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/clusters/applications/helm.rb b/spec/factories/clusters/applications/helm.rb
index 5756486df27..3c9ca22a051 100644
--- a/spec/factories/clusters/applications/helm.rb
+++ b/spec/factories/clusters/applications/helm.rb
@@ -42,7 +42,7 @@ FactoryBot.define do
trait :timeouted do
installing
- updated_at ClusterWaitForAppInstallationWorker::TIMEOUT.ago
+ updated_at { ClusterWaitForAppInstallationWorker::TIMEOUT.ago }
end
factory :clusters_applications_ingress, class: Clusters::Applications::Ingress do