summaryrefslogtreecommitdiff
path: root/spec/features/groups
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-08-22 16:40:17 +1000
committerTiger <twatson@gitlab.com>2019-08-28 13:54:32 +1000
commit9e8daeb8a6066109c3254178fe689dc8066d88db (patch)
tree5f05811f033c6119ba45fecff63aff3074a312aa /spec/features/groups
parent5822c09296e2439df3150d2ac7007396f66f3210 (diff)
downloadgitlab-ce-9e8daeb8a6066109c3254178fe689dc8066d88db.tar.gz
Move generic k8s services out of GCP namespace46686-move-k8s-services-out-of-gcp-namespace
These services aren't specific to GCP, and will be used for AWS as part of https://gitlab.com/gitlab-org/gitlab-ce/issues/46686
Diffstat (limited to 'spec/features/groups')
-rw-r--r--spec/features/groups/clusters/user_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/clusters/user_spec.rb b/spec/features/groups/clusters/user_spec.rb
index 84a8691a7f2..8891866c1f8 100644
--- a/spec/features/groups/clusters/user_spec.rb
+++ b/spec/features/groups/clusters/user_spec.rb
@@ -13,7 +13,7 @@ describe 'User Cluster', :js do
gitlab_sign_in(user)
allow(Groups::ClustersController).to receive(:STATUS_POLLING_INTERVAL) { 100 }
- allow_any_instance_of(Clusters::Gcp::Kubernetes::CreateOrUpdateNamespaceService).to receive(:execute)
+ allow_any_instance_of(Clusters::Kubernetes::CreateOrUpdateNamespaceService).to receive(:execute)
allow_any_instance_of(Clusters::Cluster).to receive(:retrieve_connection_status).and_return(:connected)
end