update upload e2e test to expect number value for size in response

This commit is contained in:
Chris Winch 2019-10-24 15:07:02 +01:00
parent 6e5eb9d724
commit 1849a6c915

View File

@ -132,7 +132,7 @@ describe('Upload plugin end to end tests', () => {
id: expect.anything(),
sha256: expect.any(String),
hash: expect.any(String),
size: expect.any(String),
size: expect.any(Number),
url: expect.any(String),
provider: 'local',
name: 'rec.jpg',