diff options
-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 ae9799b5ac2..eed534574c0 100644 --- a/spec/factories/clusters/applications/helm.rb +++ b/spec/factories/clusters/applications/helm.rb @@ -50,11 +50,11 @@ FactoryBot.define do end factory :clusters_applications_cert_manager, class: Clusters::Applications::CertManager do + email 'admin@example.com' cluster factory: %i(cluster with_installed_helm provided_by_gcp) end factory :clusters_applications_prometheus, class: Clusters::Applications::Prometheus do - email 'admin@example.com' cluster factory: %i(cluster with_installed_helm provided_by_gcp) end |