mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:59:21 +00:00
test: tighten mattermost setup assertion
This commit is contained in:
parent
497fed0e50
commit
b29bcbcf75
1 changed files with 5 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue