Explorar o código

@uppy/aws-s3: change Companion URL in tests

Co-authored-by: Murderlon <merlijn@soverin.net>
Antoine du Hamel hai 1 ano
pai
achega
3ec1f6a2ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/@uppy/aws-s3/src/index.test.js

+ 1 - 1
packages/@uppy/aws-s3/src/index.test.js

@@ -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: {