Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed May 17, 2022
1 parent be9f8ae commit 3c2ea51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/drivers/bitbucket_cloud.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ describe('Non Enviromental tests', () => {
});

test('Runner token', async () => {
await expect(client.runnerToken()).rejects.toThrow(
'Bitbucket Cloud does not support runnerToken!'
);
const token = await client.runnerToken();
await expect(token).toBe('DUMMY');
});

test('updateGitConfig', async () => {
Expand Down

1 comment on commit 3c2ea51

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.