Przeglądaj źródła

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

Co-authored-by: Murderlon <merlijn@soverin.net>
Antoine du Hamel 1 rok temu
rodzic
commit
3ec1f6a2ef
1 zmienionych plików z 1 dodań i 1 usunięć
  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: {