diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-11-20 13:41:41 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-11-20 13:41:41 +0530 |
commit | 4f6781203a639076f59097f17392e5d244eca5b1 (patch) | |
tree | de60d2f373f98331b138a2fe23bf8f8eb273a55d /spec/factories | |
parent | c2635e0cfb1dd92da02209edaa84a58bc4b57b72 (diff) | |
download | gitlab-ce-4f6781203a639076f59097f17392e5d244eca5b1.tar.gz |
Fix a typo
Diffstat (limited to 'spec/factories')
-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 |