Bladeren bron

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

Co-authored-by: Murderlon <merlijn@soverin.net>
Antoine du Hamel 1 jaar geleden
bovenliggende
commit
3ec1f6a2ef
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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: {