We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62873e0 commit 8a510b1Copy full SHA for 8a510b1
1 file changed
src/test/integration/compute.test.ts
@@ -972,7 +972,6 @@ describe('Compute', () => {
972
const response = await handler.handle(command)
973
assert(response.status.httpStatus === 500, 'Failed to get 500 response')
974
assert(response.stream === null, 'Should not get stream')
975
- console.log(`response.status.error: ${response.status.error}`)
976
assert(
977
response.status.error.includes(
978
freeComputeStartPayload.algorithm.meta.container.image
0 commit comments