Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Nov 11, 2024
1 parent f0492e6 commit 8921a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/datadog-plugin-aws-sdk/test/s3.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe('Plugin', () => {
AWS = require(`../../../versions/${s3ClientName}@${version}`).get()

s3 = new AWS.S3({ endpoint: 'http://127.0.0.1:4566', s3ForcePathStyle: true, region: 'us-east-1' })
s3.api.globalEndpoint = '127.0.0.1'
s3.createBucket({ Bucket: bucketName }, (err) => {
if (err) return done(err)

Expand Down

0 comments on commit 8921a6b

Please sign in to comment.