Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Rathi <amit@hypertrack.io>2018-11-20 11:11:41 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-20 11:11:41 +0300
commit4f6781203a639076f59097f17392e5d244eca5b1 (patch)
treede60d2f373f98331b138a2fe23bf8f8eb273a55d /spec/factories
parentc2635e0cfb1dd92da02209edaa84a58bc4b57b72 (diff)
Fix a typo
Diffstat (limited to 'spec/factories')
-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