API Fundamentals | Assertion error in get fiction books

[get fiction books] query parameters for genre=fiction and checkedOut=false are both set | AssertionError: expected false to equal true

https://elements.getpostman.com/redirect?entityId=29947653-544ed382-81d4-4c70-983e-e3f6a8ee506b&entityType=collection

Hey @payload-architect-66 :wave:

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