Skip to content

Commit

Permalink
debug response on test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Nov 26, 2024
1 parent 58a5b8c commit 45bdae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/integration/compute.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ describe('Compute', () => {
}
const response = await new FreeComputeStartHandler(oceanNode).handle(startComputeTask)
assert(response, 'Failed to get response')
console.log('response: ', response)
assert(response.status.httpStatus === 200, 'Failed to get 200 response')
assert(response.stream, 'Failed to get stream')
expect(response.stream).to.be.instanceOf(Readable)
Expand Down

0 comments on commit 45bdae5

Please sign in to comment.