Skip to content

Commit

Permalink
test: log result
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 25, 2024
1 parent aba2d64 commit 48414b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cases/mtr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('mtr mesurement', () => {

const response = await waitMesurementFinish(id);

console.log(JSON.stringify(response.body, null, 2));
expect(response.body.status).to.equal('finished');
expect(response.body.results[0].result.status).to.equal('finished');
expect(response).to.matchApiSchema();
Expand Down

0 comments on commit 48414b6

Please sign in to comment.