From c6c5dd8848b78528d7ad7f044a0c95be629d372e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 8 Feb 2023 15:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/serializers/integrations/field_entity_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/serializers') diff --git a/spec/serializers/integrations/field_entity_spec.rb b/spec/serializers/integrations/field_entity_spec.rb index 4212a1ee6a2..1ca1545c11a 100644 --- a/spec/serializers/integrations/field_entity_spec.rb +++ b/spec/serializers/integrations/field_entity_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe Integrations::FieldEntity do +RSpec.describe Integrations::FieldEntity, feature_category: :integrations do let(:request) { EntityRequest.new(integration: integration) } subject { described_class.new(field, request: request, integration: integration).as_json } @@ -23,9 +23,9 @@ RSpec.describe Integrations::FieldEntity do section: 'connection', type: 'text', name: 'username', - title: 'Username or Email', + title: 'Username or email', placeholder: nil, - help: 'Use a username for server version and an email for cloud version.', + help: 'Username for the server version or an email for the cloud version', required: true, choices: nil, value: 'jira_username', -- cgit v1.2.3