[get fiction books] query parameters for genre=fiction and checkedOut=false are both set | AssertionError: expected false to equal true
The assertion error is telling whatโs failing.
query parameters for genre=fiction and checkedOut=false are both set
I would recommend looking at the query parameters for that request to see if they match the error.
Remember, casing is important for the tests.
ThankYou!Paased all the testcases.
1 Like