mirror of
https://github.com/strapi/strapi.git
synced 2025-09-02 21:32:43 +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(),
|
||||
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user