It would appear that its getting the first part correct from your request name, but what I canât ascertain is why its asserting against the wrong URL, considering the âhttps://water-ttl.herokuapp.com/waterâ is hard coded.
Itâs like its mixing the first and second tests in that code block.
I can only suggest that the request names have got mixed up somehow.
I would troubleshoot this by adding a few console logs to the above code block. Perhaps a âHello Worldâ after the the hygroRequest to see if its actually failing on the first or second block of code. If the hello world doesnât show in the console log, then the issue is actually with the first test, not the second one.