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 10:03:45 +0300
committerAmit Rathi <amit@hypertrack.io>2018-11-20 10:03:45 +0300
commit5e59c40baaf92ae2b78e3447c5cf410982aa9e58 (patch)
treeba102eff1e89bcfed0b60fba5ad83162fad3d283 /spec/factories/clusters
parent33c7adcc97cf2a2f71f7cdf0d4f55d2b8a99f751 (diff)
Fixing more tests
Diffstat (limited to 'spec/factories/clusters')
-rw-r--r--spec/factories/clusters/applications/helm.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/clusters/applications/helm.rb b/spec/factories/clusters/applications/helm.rb
index 2999e8d28fb..ae9799b5ac2 100644
--- a/spec/factories/clusters/applications/helm.rb
+++ b/spec/factories/clusters/applications/helm.rb
@@ -54,6 +54,7 @@ FactoryBot.define do
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