Skip to content

Commit f996cbc

Browse files
committed
fix issues from rebase
1 parent 8023315 commit f996cbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/backend/src/graphql/__tests__/mutations/update-step.itest.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { generateMockContext } from './tiles/table.mock'
1717
import { generateMockUser } from './flow.mock'
1818
import { mockConnectionsRelatedQuery } from './related-query-mock'
1919
import {
20+
createMockWithAccessibleConnections,
2021
createMockWithAccessibleFlowConnections,
2122
createMockWithAccessibleSteps,
2223
setAssertNotUpdatedSinceSpy,
@@ -126,6 +127,12 @@ describe('updateStep mutation', () => {
126127
connectionId: mockConnectionId,
127128
})
128129

130+
context.currentUser.withAccessibleConnections =
131+
createMockWithAccessibleConnections({
132+
connectionKey: 'postman',
133+
connectionId: mockConnectionId,
134+
})
135+
129136
mockConnectionsRelatedQuery(context.currentUser, {
130137
connectionKey: 'postman',
131138
connectionId: mockConnectionId,

0 commit comments

Comments
 (0)