Fix a typo

This commit is contained in:
Amit Rathi 2018-11-20 13:41:41 +05:30
parent c2635e0cfb
commit 4f6781203a
1 changed files with 1 additions and 1 deletions

View File

@ -50,11 +50,11 @@ FactoryBot.define do
end end
factory :clusters_applications_cert_manager, class: Clusters::Applications::CertManager do factory :clusters_applications_cert_manager, class: Clusters::Applications::CertManager do
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
factory :clusters_applications_prometheus, class: Clusters::Applications::Prometheus do factory :clusters_applications_prometheus, class: Clusters::Applications::Prometheus do
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