Skip to content

Commit

Permalink
Remove only for the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality committed Sep 25, 2024
1 parent c49413e commit 95db84c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ describe('SelectAccountIAMRole', () => {
expect(onChange).toHaveBeenCalledWith(account, role, '11112::DataConsumer');
});

it.only('should display an error when failing to retrieve the role', async () => {
it('should display an error when failing to retrieve the role', async () => {
const getPayloadFn = jest.fn();
server.use(genFn(getPayloadFn, true));
const onChange = jest.fn();
Expand Down

0 comments on commit 95db84c

Please sign in to comment.