diff options
author | Chris Baumbauer <cab@cabnetworks.net> | 2018-11-05 23:55:18 -0800 |
---|---|---|
committer | Chris Baumbauer <cab@cabnetworks.net> | 2018-11-05 23:55:18 -0800 |
commit | 97441486ceb3522fc5d3ff9e52a9d93e07bc8961 (patch) | |
tree | bc7774f06c43b3b6131b2e036cd3e1695f0b226c /spec/factories | |
parent | 1435fe60752728790544ed07bf4c95fc3ba39efe (diff) | |
download | gitlab-ce-97441486ceb3522fc5d3ff9e52a9d93e07bc8961.tar.gz |
Fix issue with missing knative cluster role binding, and cleanup tests
Diffstat (limited to 'spec/factories')
-rw-r--r-- | spec/factories/clusters/applications/helm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/clusters/applications/helm.rb b/spec/factories/clusters/applications/helm.rb index 3fe088d47cc..ff65c76cf26 100644 --- a/spec/factories/clusters/applications/helm.rb +++ b/spec/factories/clusters/applications/helm.rb @@ -58,6 +58,7 @@ FactoryBot.define do end factory :clusters_applications_knative, class: Clusters::Applications::Knative do + hostname 'example.com' cluster factory: %i(cluster with_installed_helm provided_by_gcp) end |