Control de calidad y pruebas con Chai - Ejecutar pruebas funcionales en la respuesta de un API usando Chai-HTTP IV - método PUT

Cuando quiero darle a que completé la prueba me tira el siguiente error:

jQuery.Deferred exception: Cannot read properties of undefined (reading '0') TypeError: Cannot read properties of undefined (reading '0')
    at Object.eval (eval at <anonymous> (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:100515), <anonymous>:4:35)
    at l (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34245)
    at c (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34547) undefined
[TypeError: Cannot read properties of undefined (reading '0')]
jQuery.Deferred exception: Cannot read properties of undefined (reading '1') TypeError: Cannot read properties of undefined (reading '1')
    at Object.eval (eval at <anonymous> (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:100515), <anonymous>:4:35)
    at l (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34245)
    at c (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34547) undefined
[TypeError: Cannot read properties of undefined (reading '1')]
jQuery.Deferred exception: Cannot read properties of undefined (reading '2') TypeError: Cannot read properties of undefined (reading '2')
    at Object.eval (eval at <anonymous> (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:100515), <anonymous>:4:35)
    at l (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34245)
    at c (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34547) undefined
[TypeError: Cannot read properties of undefined (reading '2')]
jQuery.Deferred exception: Cannot read properties of undefined (reading '3') TypeError: Cannot read properties of undefined (reading '3')
    at Object.eval (eval at <anonymous> (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:100515), <anonymous>:4:35)
    at l (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34245)
    at c (https://www.freecodecamp.org/js/frame-runner-8593b141c5c9b9b6147b.js:2:34547) undefined
[TypeError: Cannot read properties of undefined (reading '3'

)]

Intenté de todo pero no logro resolverlo.

Enlace(s) de tu proyecto

solution: boilerplate-mochachai - Replit

Información de tu navegador:

El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Desafío: Control de calidad y pruebas con Chai - Ejecutar pruebas funcionales en la respuesta de un API usando Chai-HTTP IV - método PUT

Enlaza al desafío: