From 33c7adcc97cf2a2f71f7cdf0d4f55d2b8a99f751 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Tue, 20 Nov 2018 10:24:10 +0530 Subject: [PATCH] Fix a typo in the spec --- spec/factories/clusters/applications/helm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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