summaryrefslogtreecommitdiff
path: root/spec/factories
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 09:08:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 09:08:32 +0000
commita48f9b5872853f31f6a46ddf58117390e788b776 (patch)
treef63c3c3a08965e9f51277b9c6a77ba71960100ec /spec/factories
parent7137270698700c113deccbc2859f4cc8a899ed8f (diff)
downloadgitlab-ce-a48f9b5872853f31f6a46ddf58117390e788b776.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/clusters/applications/helm.rb5
-rw-r--r--spec/factories/clusters/clusters.rb1
2 files changed, 0 insertions, 6 deletions
diff --git a/spec/factories/clusters/applications/helm.rb b/spec/factories/clusters/applications/helm.rb
index 8b623a54e27..74937d320d3 100644
--- a/spec/factories/clusters/applications/helm.rb
+++ b/spec/factories/clusters/applications/helm.rb
@@ -101,10 +101,5 @@ FactoryBot.define do
factory :clusters_applications_runner, class: 'Clusters::Applications::Runner' do
cluster factory: %i(cluster with_installed_helm provided_by_gcp)
end
-
- factory :clusters_applications_knative, class: 'Clusters::Applications::Knative' do
- hostname { 'example.com' }
- cluster factory: %i(cluster with_installed_helm provided_by_gcp)
- end
end
end
diff --git a/spec/factories/clusters/clusters.rb b/spec/factories/clusters/clusters.rb
index 6518d74a5d2..a0c2f85a89c 100644
--- a/spec/factories/clusters/clusters.rb
+++ b/spec/factories/clusters/clusters.rb
@@ -94,7 +94,6 @@ FactoryBot.define do
application_helm factory: %i(clusters_applications_helm installed)
application_ingress factory: %i(clusters_applications_ingress installed)
application_runner factory: %i(clusters_applications_runner installed)
- application_knative factory: %i(clusters_applications_knative installed)
end
trait :with_domain do