chore(deps): update dependency vitest to v4 #2466
Annotations
8 errors
|
Build & Test (ubuntu-22.04, 24)
Process completed with exit code 1.
|
|
test/apify/proxy_configuration.test.ts > Actor.createProxyConfiguration() > disabling `checkAccess`:
test/apify/proxy_configuration.test.ts#L628
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times
Received:
1st vi.fn() call:
Array [
Object {
"proxyUrl": "***proxy.apify.com:8000",
"responseType": "json",
"timeout": Object {
"request": 4000,
},
"url": "http://proxy.apify.com/?format=json",
},
]
Number of calls: 1
❯ test/apify/proxy_configuration.test.ts:628:36
|
|
Build & Test (ubuntu-22.04, 20)
Process completed with exit code 1.
|
|
test/apify/proxy_configuration.test.ts > Actor.createProxyConfiguration() > disabling `checkAccess`:
test/apify/proxy_configuration.test.ts#L628
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times
Received:
1st vi.fn() call:
Array [
Object {
"proxyUrl": "***proxy.apify.com:8000",
"responseType": "json",
"timeout": Object {
"request": 4000,
},
"url": "http://proxy.apify.com/?format=json",
},
]
Number of calls: 1
❯ test/apify/proxy_configuration.test.ts:628:36
|
|
Build & Test (ubuntu-22.04, 22)
Process completed with exit code 1.
|
|
test/apify/proxy_configuration.test.ts > Actor.createProxyConfiguration() > disabling `checkAccess`:
test/apify/proxy_configuration.test.ts#L628
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times
Received:
1st vi.fn() call:
Array [
Object {
"proxyUrl": "***proxy.apify.com:8000",
"responseType": "json",
"timeout": Object {
"request": 4000,
},
"url": "http://proxy.apify.com/?format=json",
},
]
Number of calls: 1
❯ test/apify/proxy_configuration.test.ts:628:36
|
|
Build & Test (ubuntu-22.04, 18)
Process completed with exit code 1.
|
|
test/apify/proxy_configuration.test.ts > Actor.createProxyConfiguration() > disabling `checkAccess`:
test/apify/proxy_configuration.test.ts#L628
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times
Received:
1st vi.fn() call:
Array [
Object {
"proxyUrl": "***proxy.apify.com:8000",
"responseType": "json",
"timeout": Object {
"request": 4000,
},
"url": "http://proxy.apify.com/?format=json",
},
]
Number of calls: 1
❯ test/apify/proxy_configuration.test.ts:628:36
|