Run Functional Tests

not able to pass test even after testing

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Run Functional Tests on an API Response using Chai-HTTP III - PUT method

Link to the challenge:

1 Like

which test is not passing?

anyone is not passing

1 Like

You should test for 'res.status' to be 200.

is passing now

1 Like

code seems ok, what shows in the Logs for this test?

logs is not showing anything , can you ask for access

1 Like

test

Your code is passing, you can submit your solution later again

its still not passing for me

1 Like

submit your solution now

it worked but why :thinking: ?

1 Like

its happening same for next assignment

1 Like

@Advitya-sharma, since I found your code ok and it passed on chai test, I was looking for a way to apply the same code. And finally what I found is single quote mark ' ' is working instead of double quote mark " ".

Also please note that, never click on the Format this file until you complete all the tests.

1 Like

Apply the same rule, replace the quote marks

1 Like