kind-minister-59159
04/05/2023, 6:25 PMechoing-painting-40909
04/05/2023, 6:39 PMcy.request
directly so you can chain .then()
to get the response where you call the functionkind-minister-59159
04/05/2023, 6:49 PM${defaultEndPoint}/custom-program/search?
,
headers: {
Authorization: Bearer ${accessToken}
,
},
})
.then(function (res) {
expect(res.status).to.eq(200);
});
}