浏览代码

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

Co-authored-by: Murderlon <merlijn@soverin.net>
Antoine du Hamel 1 年之前
父节点
当前提交
3ec1f6a2ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {