mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 13:50:38 +00:00
update upload e2e test to expect number value for size in response
This commit is contained in:
parent
6e5eb9d724
commit
1849a6c915
@ -132,7 +132,7 @@ describe('Upload plugin end to end tests', () => {
|
|||||||
id: expect.anything(),
|
id: expect.anything(),
|
||||||
sha256: expect.any(String),
|
sha256: expect.any(String),
|
||||||
hash: expect.any(String),
|
hash: expect.any(String),
|
||||||
size: expect.any(String),
|
size: expect.any(Number),
|
||||||
url: expect.any(String),
|
url: expect.any(String),
|
||||||
provider: 'local',
|
provider: 'local',
|
||||||
name: 'rec.jpg',
|
name: 'rec.jpg',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user