summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-20 14:33:22 +0530
committerAmit Rathi <amit@hypertrack.io>2018-11-20 14:33:22 +0530
commite4897482656487aa46cf1fff60493a9a42e03cac (patch)
treed1ba782a1c4d0c76edf8ba8714f05b86d65205a4
parent4f6781203a639076f59097f17392e5d244eca5b1 (diff)
downloadgitlab-ce-e4897482656487aa46cf1fff60493a9a42e03cac.tar.gz
Fix a typo in spec
-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