Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 16, 2021
1 parent e5fcb6a commit c077a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/s3control.spec.js
Expand Up @@ -240,7 +240,7 @@ describe('AWS.S3Control', function() {
error = err;
});
expect(error.name).to.equal('InvalidConfiguration');
expect(error.message).to.equal('FIPS region not allowed in ARN');
expect(error.message).to.equal('FIPS region not allowed in ARN');
});

it('should use regions from ARN if s3UseArnRegion config is set to false', function(done) {
Expand Down

0 comments on commit c077a01

Please sign in to comment.