Fix a typo in spec
This commit is contained in:
parent
4f6781203a
commit
e489748265
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ FactoryBot.define do
|
||||||
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
|
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
|
||||||
end
|
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'
|
email 'admin@example.com'
|
||||||
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
|
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue