We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bbabb commit de36029Copy full SHA for de36029
1 file changed
packages/openops/test/aws/auth.test.ts
@@ -187,7 +187,8 @@ describe('AWS Auth Validation', () => {
187
188
expect(result).toEqual({
189
valid: false,
190
- error: 'Base credentials validation failed: Unable to locate credentials',
+ error:
191
+ 'Base credentials validation failed: Unable to locate credentials',
192
});
193
194
0 commit comments