¿Cómo puedo usar
pm.test("Response has child or adult",function(){ pm.expect(pm.response.json().data[0].attributes.assessments[1].awards[0].awardComponents[0].type).eql('child' || 'adult');el json es
"awards": [{ "startDate": "2021-05-02", "endDate": "2021-06-01", "status": "live", "takeHomePay": 43501, "awardComponents": [{ "type": "female", "componentAwardAmount": 59658 }, { "type": "child", "componentAwardAmount": 59658 } ], Recibo este error AssertionError: expected 'standard_allowance' to deeply equal 'child_element'