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:
authorAmit Rathi <amit@hypertrack.io>2018-11-20 12:03:22 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-20 12:03:22 +0300
commite4897482656487aa46cf1fff60493a9a42e03cac (patch)
treed1ba782a1c4d0c76edf8ba8714f05b86d65205a4 /spec/factories/clusters
parent4f6781203a639076f59097f17392e5d244eca5b1 (diff)
Fix a typo in spec
Diffstat (limited to 'spec/factories/clusters')
-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 eed534574c0..7fc3d16e864 100644
--- a/spec/factories/clusters/applications/helm.rb
+++ b/spec/factories/clusters/applications/helm.rb
@@ -49,7 +49,7 @@ FactoryBot.define do
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
end
- factory :clusters_applications_cert_manager, class: Clusters::Applications::CertManager do
+ factory :clusters_applications_cert_managers, class: Clusters::Applications::CertManager do
email 'admin@example.com'
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
end