New client 2017 09 16 - Fox_town, adjust URLs in links, etc (#9042)

New client 2017 09 16 - Fox_town, adjust URLs in links, etc
This commit is contained in:
Alys
2017-09-16 22:19:07 +10:00
committed by GitHub
parent 46b42c8441
commit 8ccec0ed9d
28 changed files with 74 additions and 68 deletions

View File

@@ -71,7 +71,7 @@ describe('slack', () => {
expect(IncomingWebhook.prototype.send).to.be.calledWithMatch({
attachments: [sandbox.match({
title: 'Flag in Some group',
title_link: sandbox.match(/.*\/#\/options\/groups\/guilds\/group-id/),
title_link: sandbox.match(/.*\/groups\/guild\/group-id/),
})],
});
});
@@ -86,7 +86,7 @@ describe('slack', () => {
expect(IncomingWebhook.prototype.send).to.be.calledWithMatch({
attachments: [sandbox.match({
title: 'Flag in Tavern',
title_link: sandbox.match(/.*\/#\/options\/groups\/tavern/),
title_link: sandbox.match(/.*\/groups\/tavern/),
})],
});
});