Skip to content

Commit 0f32ad7

Browse files
committed
fix authentication - skip client cache
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 8784ca3 commit 0f32ad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/utils/api/client.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ describe('renderer/utils/api/client.ts', () => {
115115
expect(createOctokitClientSpy).toHaveBeenCalledWith(
116116
mockGitHubCloudAccount,
117117
'rest',
118+
false,
118119
);
119120
expect(mockOctokit.rest.users.getAuthenticated).toHaveBeenCalled();
120121
});

0 commit comments

Comments
 (0)