We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abbf62 commit 1bb877eCopy full SHA for 1bb877e
1 file changed
src/renderer/__mocks__/account-mocks.ts
@@ -23,7 +23,7 @@ export const mockPersonalAccessTokenAccount: Account = {
23
platform: 'GitHub Cloud',
24
method: 'Personal Access Token',
25
token: 'token-123-456' as Token,
26
- hostname: Constants.OAUTH_DEVICE_FLOW.hostname,
+ hostname: 'github.com' as Hostname,
27
user: mockGitifyUser,
28
hasRequiredScopes: true,
29
};
@@ -41,7 +41,7 @@ export const mockGitHubCloudAccount: Account = {
41
42
43
44
45
46
version: 'latest',
47
0 commit comments