diff --git a/packages/@uppy/tus/src/index.test.ts b/packages/@uppy/tus/src/index.test.ts index 413bf64da..1a46170e4 100644 --- a/packages/@uppy/tus/src/index.test.ts +++ b/packages/@uppy/tus/src/index.test.ts @@ -8,8 +8,7 @@ const { fakeXhr } = vi.hoisted(() => ({ fakeXhr: { status: 403, responseText: JSON.stringify({ - message: - 'File cannot be uploaded as the BIN content type is disallowed!', + message: 'File cannot be uploaded as the BIN content type is disallowed!', status_code: 403, }), },