Skip to content
Merged
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
BGZStephen committed Dec 15, 2025
commit 0c93d3802512cc4a993bc556a1a62356339c7d09
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ describe('Request Helper Functions', () => {
refresh_token: 'new-refresh-token',
}),
}),
mockAdditionalData,
);
});

Expand Down Expand Up @@ -981,6 +982,7 @@ describe('Request Helper Functions', () => {
refresh_token: 'new-refresh-token',
}),
}),
mockAdditionalData,
);
});

Expand Down Expand Up @@ -1020,6 +1022,7 @@ describe('Request Helper Functions', () => {
refresh_token: 'new-refresh-token',
}),
}),
mockAdditionalData,
);
});

Expand Down
Loading