To test this section I have to check an Environment Variable that is not inside this reponse
My response is here
{
"status": "ok",
"statusCode": "0000",
"message": {
"text": "",
"type": ""
},
"errors": [],
"data": {
"docs": [
{
"name": "admin",
"description": "نقش admin کل سیستم. با دسترسی به همهی بخش ها (System generated)",
"code": "T11AsR",
"permissions": [
"authenticated",
"manage_users",
"view_user_logs",
"manage_role",
"map_role_to_user",
"managing_custom_page",
"managing_FAQ_page",
"managing_jobs_page",
"managing_about_us_page",
"send_sms",
"read_sms",
"send_email",
"read_email",
"manage_system_settings",
"manage_profile",
"manage_account",
"manage_images",
"manage_videos",
"verify_email",
"manage_country_province_city",
"manage_resumes",
"get_user_report"
],
"protected": true,
"userType": "admin",
"_id": "60b2607d6a286901dffe61fa"
},
{
"name": "public",
"description": "دسترسی های این نقش برای همه کاربران ثبت نام شده و احراز هویت شده مجاز است.",
"code": "fh1xqE",
"permissions": [
"authenticated",
"manage_profile",
"manage_account",
"verify_email"
],
"protected": true,
"userType": "client",
"_id": "60b2607f6a286901dffe61fb"
}
],
"totalDocs": 2,
"limit": 100,
"totalPages": 1,
"page": 1,
"pagingCounter": 1,
"hasPrevPage": false,
"hasNextPage": false,
"prevPage": null,
"nextPage": null
}
}
My environment variable name is “new role code”
I just need to check that this is not inside the response
In addition, all this work is to be done in the test section in postman
And I want to check the code property