Skip to content

Commit 71d64bf

Browse files
committed
test(update): use valid whatsapp upgrade fixture
1 parent edc7124 commit 71d64bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/doctor/shared/missing-configured-plugin-install.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ describe("repairMissingConfiguredPluginInstalls", () => {
11921192
const result = await repairMissingConfiguredPluginInstalls({
11931193
cfg: {
11941194
channels: {
1195-
whatsapp: { enabled: true, authDir: "/tmp/wa" },
1195+
whatsapp: { enabled: true, allowFrom: ["+15555550123"] },
11961196
},
11971197
},
11981198
env: {

0 commit comments

Comments
 (0)