79452721

Date: 2025-02-19 20:43:39
Score: 0.5
Natty:
Report link

You need to call the function after declaring it, i.e.:

function onResponse(res) {
  const body = res.getBody();
  console.log('Response body: ', body);
}

onResponse(res);
console.log('Test execution in Bruno');

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Octavian