Skip to content

Commit 7c3b2c0

Browse files
committed
mocks: Adapt the upstream integration mock
1 parent ac4626e commit 7c3b2c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/desktop/cypress/e2e/support/mock/upstreamIntegration.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ export const MOCK_BRANCH_STATUSES_RESPONSE: BranchStatusesResponse = {
55
};
66

77
export const MOCK_INTEGRATION_OUTCOME: IntegrationOutcome = {
8-
archivedBranches: [],
9-
reviewIdsToClose: []
8+
deletedBranches: []
109
};

0 commit comments

Comments
 (0)