mirror of
https://github.com/discourse/discourse.git
synced 2025-04-11 08:32:55 +08:00
DEV: Fix tests (#25644)
Follow up to commit 1403217ca4bbc4daba91a188d1b2757ed56d0a2d.
This commit is contained in:
parent
beea8215d7
commit
11e322abbf
@ -147,6 +147,7 @@ RSpec.describe Chat::ChannelHashtagDataSource do
|
|||||||
{
|
{
|
||||||
description: "Just weird stuff",
|
description: "Just weird stuff",
|
||||||
icon: "comment",
|
icon: "comment",
|
||||||
|
colors: [category.color],
|
||||||
id: channel1.id,
|
id: channel1.id,
|
||||||
ref: nil,
|
ref: nil,
|
||||||
relative_url: channel1.relative_url,
|
relative_url: channel1.relative_url,
|
||||||
@ -157,6 +158,7 @@ RSpec.describe Chat::ChannelHashtagDataSource do
|
|||||||
{
|
{
|
||||||
description: "A place for music lovers",
|
description: "A place for music lovers",
|
||||||
icon: "comment",
|
icon: "comment",
|
||||||
|
colors: [category.color],
|
||||||
id: channel3.id,
|
id: channel3.id,
|
||||||
ref: nil,
|
ref: nil,
|
||||||
relative_url: channel3.relative_url,
|
relative_url: channel3.relative_url,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user