I have the following assertion in my postman script test, but for some reason the tests are failing when one of the following is missing: Lease, Finance, or cash in my response body. Is the "||" not the OR operator?
tests["Deal Type"] = responseBody.has("Lease" || "Finance" || "Cash");