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 07:54:10 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-20 07:54:10 +0300
commit33c7adcc97cf2a2f71f7cdf0d4f55d2b8a99f751 (patch)
tree1cc1593dfabd3d074bc2ad631f8169e8cb7a0c23 /spec/factories/clusters/applications/helm.rb
parent6196bb6a601b7530d69104b195abde3e023340af (diff)
Fix a typo in the spec
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 276373cc0cc..2999e8d28fb 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_prometheus, class: Clusters::Applications::CertManager do
+ factory :clusters_applications_cert_manager, class: Clusters::Applications::CertManager do
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
end