Fix a typo in the spec

This commit is contained in:
Amit Rathi 2018-11-20 10:24:10 +05:30
parent 6196bb6a60
commit 33c7adcc97
1 changed files with 1 additions and 1 deletions

View File

@ -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