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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-19 03:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-19 03:08:59 +0300
commit1f9bddaf87f0b6c93a9617bad0ae731baf16d268 (patch)
tree05201555039e5efa4571594b29b03dba6a9d2329 /spec/serializers
parentacc1c1c468a8a75b4ab75133e95d41005543bb32 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers')
-rw-r--r--spec/serializers/integrations/field_entity_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/serializers/integrations/field_entity_spec.rb b/spec/serializers/integrations/field_entity_spec.rb
index 4d190b9a98e..25ac0aa4911 100644
--- a/spec/serializers/integrations/field_entity_spec.rb
+++ b/spec/serializers/integrations/field_entity_spec.rb
@@ -25,8 +25,7 @@ RSpec.describe Integrations::FieldEntity, feature_category: :integrations do
name: 'username',
title: 'Email or username',
placeholder: nil,
- help: 'Only required for Basic authentication. ' \
- 'Email for Jira Cloud or username for Jira Data Center and Jira Server',
+ help: 'Email for Jira Cloud or username for Jira Data Center and Jira Server',
required: false,
choices: nil,
value: 'jira_username',
@@ -45,7 +44,7 @@ RSpec.describe Integrations::FieldEntity, feature_category: :integrations do
section: 'connection',
type: 'password',
name: 'password',
- title: 'New API token, password, or Jira personal access token',
+ title: 'New API token or password',
placeholder: nil,
help: 'Leave blank to use your current configuration',
required: true,