Skip to content

Commit 3aca73d

Browse files
committed
chore: fix broken oauth test
1 parent 28980a8 commit 3aca73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/client/oauth-client-credentials-api-client/oauth-client-credentials-api-client.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('OAuthClientCredentialsClient', () => {
2828

2929
describe('error', () => {
3030
it('should throw error for incorrect email and password', async () => {
31-
const client = new OAuthClientCredentialsClient('BugSplat', 'rocks', host);
31+
const client = new OAuthClientCredentialsClient(clientId, 'rocks', host);
3232

3333
await expectAsync(client.login()).toBeRejectedWithError(
3434
Error,

0 commit comments

Comments
 (0)