mirror of
https://github.com/discourse/discourse.git
synced 2026-08-17 16:35:03 -05:00
DEV: Fix plugin:spec task return code (#21661)
Regressed in eec10efc3d. It means that backend plugin spec failures in CI were not failing the spec suite.
Fixes recent regressions and skips two of them - to be handled next week.
---------
Co-authored-by: Andrei Prigorshnev <a.prigorshnev@gmail.com>
This commit is contained in:
co-authored by
Andrei Prigorshnev
parent
774313ef0f
commit
7f85624a01
@@ -197,7 +197,7 @@ RSpec.describe Jobs::Chat::NotifyWatching do
|
||||
{ username: user1.username, channel: channel.title(user2) },
|
||||
),
|
||||
tag: Chat::Notifier.push_notification_tag(:message, channel.id),
|
||||
excerpt: message.message,
|
||||
excerpt: message.push_notification_excerpt,
|
||||
},
|
||||
)
|
||||
end
|
||||
@@ -234,7 +234,7 @@ RSpec.describe Jobs::Chat::NotifyWatching do
|
||||
{ username: user1.username, channel: channel.title(user2) },
|
||||
),
|
||||
tag: Chat::Notifier.push_notification_tag(:message, channel.id),
|
||||
excerpt: message.message,
|
||||
excerpt: message.push_notification_excerpt,
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user