mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-17 02:37:33 +00:00
test: dodge msteams graph shares
This commit is contained in:
@@ -647,7 +647,7 @@ describe("msteams attachments", () => {
|
||||
});
|
||||
// Should have hit the original host, NOT graph shares.
|
||||
expect(calledUrls).toContain(directUrl);
|
||||
expect(calledUrls.some((url) => url.startsWith(GRAPH_SHARES_URL_PREFIX))).toBe(false);
|
||||
expect(calledUrls.filter((url) => url.startsWith(GRAPH_SHARES_URL_PREFIX))).toEqual([]);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user