summaryrefslogtreecommitdiff
path: root/spec/factories/clusters
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-20 13:41:41 +0530
committerAmit Rathi <amit@hypertrack.io>2018-11-20 13:41:41 +0530
commit4f6781203a639076f59097f17392e5d244eca5b1 (patch)
treede60d2f373f98331b138a2fe23bf8f8eb273a55d /spec/factories/clusters
parentc2635e0cfb1dd92da02209edaa84a58bc4b57b72 (diff)
downloadgitlab-ce-4f6781203a639076f59097f17392e5d244eca5b1.tar.gz
Fix a typo
Diffstat (limited to 'spec/factories/clusters')
-rw-r--r--spec/factories/clusters/applications/helm.rb2
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