Skip to content

Commit

Permalink
update for deprecated api
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfjkalsdfla committed Nov 28, 2024
1 parent 95fcbb4 commit 833616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/authorization.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vi.mock('../src/config.js', () => ({
TOKEN_ENDPOINT: 'https://test.georgiavotesvisual.com'
}));

const email = faker.internet.userName();
const email = faker.internet.username();
const password = faker.internet.password();
const clientId = faker.string.uuid();
const clientSecret = faker.string.uuid();
Expand Down

0 comments on commit 833616e

Please sign in to comment.