Tester testing for the wrong test

I am on QV8 stage and the tester is making a post request and then a get request. The previous stage AP6 was a get operation and I passed it. My post request for the current stage seems to be working fine but then after the tester tries to get a file that we didn’t post with the request so the server returns 404 but the tester is expecting 200 which is wrong. The file its trying to get is just not there.

Hi @sam0044, could you upload your code to GitHub and share the link? It will be much easier to debug if I can run it directly.

Hi @andy1li , sorry about that, just published my code to my github. Thank you!

@sam0044 The closing parenthesis ) for startsWith is at the wrong place:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.