Skip to content

Commit bba5661

Browse files
fix(slack): refresh pagination response fixtures
1 parent ce182fb commit bba5661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/slack/list_channels.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('Slack list channels', () => {
120120
})
121121

122122
it('keeps DM access and the private-channel toggle credential-aware', async () => {
123-
fetchMock.mockResolvedValue(
123+
fetchMock.mockImplementation(async () =>
124124
slackResponse({ ok: true, channels: [], response_metadata: { next_cursor: '' } })
125125
)
126126

0 commit comments

Comments
 (0)