mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-16 18:34:18 +00:00
test: tighten mattermost setup assertion
This commit is contained in:
@@ -212,11 +212,14 @@ describe("mattermost setup", () => {
|
||||
httpUrl: "https://chat.example.com",
|
||||
},
|
||||
} as never),
|
||||
).toMatchObject({
|
||||
).toEqual({
|
||||
channels: {
|
||||
mattermost: {
|
||||
enabled: true,
|
||||
accounts: {
|
||||
default: { name: "Legacy" },
|
||||
default: {
|
||||
name: "Legacy",
|
||||
},
|
||||
"work-team": {
|
||||
enabled: true,
|
||||
name: "Work",
|
||||
|
||||
Reference in New Issue
Block a user