diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-18 12:10:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-18 12:10:41 +0000 |
commit | f23a9a17ed6237c346d2e9210c6841e319e8d030 (patch) | |
tree | 7b46c0ff193c445f35774a86ec3d0ff000d2ff77 /spec/models | |
parent | d7432b66ff241af3f39d82da581832a084983378 (diff) | |
download | gitlab-ce-f23a9a17ed6237c346d2e9210c6841e319e8d030.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/alert_management/http_integration_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/alert_management/http_integration_spec.rb b/spec/models/alert_management/http_integration_spec.rb index 910df51801a..ddd65e723eb 100644 --- a/spec/models/alert_management/http_integration_spec.rb +++ b/spec/models/alert_management/http_integration_spec.rb @@ -38,7 +38,7 @@ RSpec.describe AlertManagement::HttpIntegration do context 'with valid JSON schema' do let(:attribute_mapping) do { - title: { path: %w(a b c), type: 'string' }, + title: { path: %w(a b c), type: 'string', label: 'Title' }, description: { path: %w(a), type: 'string' } } end |