Skip to content

Commit e3bdf42

Browse files
committed
fix test
1 parent 072b583 commit e3bdf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/insomnia/src/sync/vcs/__tests__/pull-backend-project.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('pullBackendProject()', () => {
145145
const request = requests[0];
146146
expect(request).toStrictEqual(existingReq);
147147

148-
expect(vcs.pull).toHaveBeenCalledWith({ candidates: [], teamId: project?.parentId, teamProjectId: project?._id });
148+
expect(vcs.pull).toHaveBeenCalledWith({ candidates: [], teamId: project?.parentId, teamProjectId: project?._id, projectId: project?._id });
149149
});
150150
});
151151

0 commit comments

Comments
 (0)