Skip to content

Commit

Permalink
@uppy/aws-s3: change Companion URL in tests
Browse files Browse the repository at this point in the history
Co-authored-by: Murderlon <merlijn@soverin.net>
  • Loading branch information
aduh95 and Murderlon committed Dec 6, 2023
1 parent b1a7644 commit 3ec1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/aws-s3/src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('AwsS3', () => {

it('Does not throw an error with companionUrl configured', () => {
const core = new Core()
core.use(AwsS3, { companionUrl: 'https://uppy-companion.myapp.com/' })
core.use(AwsS3, { companionUrl: 'https://companion.uppy.io/' })
const awsS3 = core.getPlugin('AwsS3')
const file = {
meta: {
Expand Down

0 comments on commit 3ec1f6a

Please sign in to comment.