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:
authorJeff Brown <jlenardbrown@gmail.com>2018-06-11 11:28:30 +0300
committerJeff Brown <jlenardbrown@gmail.com>2018-06-12 14:32:11 +0300
commit9aad5ed0a23a6386bf48f166a6b07b3a41d9c2c1 (patch)
tree88bb15435aa21bc38afda1346cb1f07f8b767a32 /spec/lib/microsoft_teams
parent54a6ca6f38764dd1a863d0035af9541b5a52c583 (diff)
Fixes Microsoft Teams notifications for pipeline events
Closes #42342
Diffstat (limited to 'spec/lib/microsoft_teams')
-rw-r--r--spec/lib/microsoft_teams/notifier_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/microsoft_teams/notifier_spec.rb b/spec/lib/microsoft_teams/notifier_spec.rb
index 3035693812f..c9756544bd6 100644
--- a/spec/lib/microsoft_teams/notifier_spec.rb
+++ b/spec/lib/microsoft_teams/notifier_spec.rb
@@ -8,7 +8,7 @@ describe MicrosoftTeams::Notifier do
let(:options) do
{
title: 'JohnDoe4/project2',
- pretext: '[[JohnDoe4/project2](http://localhost/namespace2/gitlabhq)] Issue [#1 Awesome issue](http://localhost/namespace2/gitlabhq/issues/1) opened by user6',
+ summary: '[[JohnDoe4/project2](http://localhost/namespace2/gitlabhq)] Issue [#1 Awesome issue](http://localhost/namespace2/gitlabhq/issues/1) opened by user6',
activity: {
title: 'Issue opened by user6',
subtitle: 'in [JohnDoe4/project2](http://localhost/namespace2/gitlabhq)',