diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-11-20 10:24:10 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-11-20 10:24:10 +0530 |
commit | 33c7adcc97cf2a2f71f7cdf0d4f55d2b8a99f751 (patch) | |
tree | 1cc1593dfabd3d074bc2ad631f8169e8cb7a0c23 /spec/factories | |
parent | 6196bb6a601b7530d69104b195abde3e023340af (diff) | |
download | gitlab-ce-33c7adcc97cf2a2f71f7cdf0d4f55d2b8a99f751.tar.gz |
Fix a typo in the spec
Diffstat (limited to 'spec/factories')
-rw-r--r-- | spec/factories/clusters/applications/helm.rb | 2 |
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 |