Skip to content

Commit de36029

Browse files
committed
Fix lint error
1 parent 70bbabb commit de36029

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/openops/test/aws/auth.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ describe('AWS Auth Validation', () => {
187187

188188
expect(result).toEqual({
189189
valid: false,
190-
error: 'Base credentials validation failed: Unable to locate credentials',
190+
error:
191+
'Base credentials validation failed: Unable to locate credentials',
191192
});
192193
});
193194
});

0 commit comments

Comments
 (0)