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:
authorJames Lopez <james@gitlab.com>2019-08-09 10:10:26 +0300
committerJames Lopez <james@gitlab.com>2019-08-09 10:10:26 +0300
commitbbf639c43d689bd63a32ef7a60bdf83d3bd329bf (patch)
tree68d2182b70be99a3bf23376c5287fbc7e51f7a57 /spec/requests
parenta577123003d1401bc3998030ab92c976dd2d5651 (diff)
parente3696bf20e4d646f46f847237da828eaee00253a (diff)
Merge branch '39217-remove-kubernetes-service-integration' into 'master'
Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/api/services_spec.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/spec/requests/api/services_spec.rb b/spec/requests/api/services_spec.rb
index 91cb8760a04..76a70ab6e9e 100644
--- a/spec/requests/api/services_spec.rb
+++ b/spec/requests/api/services_spec.rb
@@ -10,10 +10,7 @@ describe API::Services do
end
Service.available_services_names.each do |service|
- # TODO: Remove below `if: (service != "kubernetes")` in the next release
- # KubernetesService was deprecated and it can't be updated. Right now it's
- # only readable. It should be completely removed in the next iteration.
- describe "PUT /projects/:id/services/#{service.dasherize}", if: (service != "kubernetes") do
+ describe "PUT /projects/:id/services/#{service.dasherize}" do
include_context service
it "updates #{service} settings" do
@@ -62,10 +59,7 @@ describe API::Services do
end
end
- # TODO: Remove below `if: (service != "kubernetes")` in the next release
- # KubernetesService was deprecated and it can't be updated. Right now it's
- # only readable. It should be completely removed in the next iteration.
- describe "DELETE /projects/:id/services/#{service.dasherize}", if: (service != "kubernetes") do
+ describe "DELETE /projects/:id/services/#{service.dasherize}" do
include_context service
before do