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:
Diffstat (limited to 'spec/requests/api/integrations_spec.rb')
-rw-r--r--spec/requests/api/integrations_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/requests/api/integrations_spec.rb b/spec/requests/api/integrations_spec.rb
index d8ac9d5abf7..4696be07045 100644
--- a/spec/requests/api/integrations_spec.rb
+++ b/spec/requests/api/integrations_spec.rb
@@ -46,10 +46,9 @@ RSpec.describe API::Integrations, feature_category: :integrations do
where(:integration) do
# The Project Integrations API supports all integrations except:
# - The GitLab Slack Application integration, as it must be installed via the UI.
- # - Shimo and ZenTao integrations, as new integrations are blocked from being created.
+ # - ZenTao integration, as new integration is blocked from being created.
unavailable_integration_names = [
Integrations::GitlabSlackApplication.to_param,
- Integrations::Shimo.to_param,
Integrations::Zentao.to_param
]