summaryrefslogtreecommitdiff
path: root/spec/factories/clusters/clusters.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/clusters/clusters.rb')
-rw-r--r--spec/factories/clusters/clusters.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/factories/clusters/clusters.rb b/spec/factories/clusters/clusters.rb
index 0daf624ae7e..7666533691e 100644
--- a/spec/factories/clusters/clusters.rb
+++ b/spec/factories/clusters/clusters.rb
@@ -88,6 +88,7 @@ FactoryBot.define do
trait :with_installed_prometheus do
application_prometheus factory: %i(clusters_applications_prometheus installed)
+ integration_prometheus factory: %i(clusters_integrations_prometheus)
end
trait :with_all_applications do
@@ -100,7 +101,6 @@ FactoryBot.define do
application_jupyter factory: %i(clusters_applications_jupyter installed)
application_knative factory: %i(clusters_applications_knative installed)
application_elastic_stack factory: %i(clusters_applications_elastic_stack installed)
- application_fluentd factory: %i(clusters_applications_fluentd installed)
application_cilium factory: %i(clusters_applications_cilium installed)
end
@@ -138,10 +138,6 @@ FactoryBot.define do
cleanup_status { 1 }
end
- trait :cleanup_uninstalling_applications do
- cleanup_status { 2 }
- end
-
trait :cleanup_removing_project_namespaces do
cleanup_status { 3 }
end