Private GIT

Skip to content
Snippets Groups Projects
Commit 6ca0f514 authored by Kevin Duret's avatar Kevin Duret
Browse files

fix rest api acceptance tests

parent 2b9179f8
Branches
No related tags found
No related merge requests found
......@@ -34063,8 +34063,8 @@
" tests[\"Body contains list of contacts\"] = contactData;",
" var i = 0;",
" while (i < contactData.length) {",
" if (postman.getEnvironmentVariable(\"contact_alias\") == contactData[i].alias){",
" tests[\"Body contains added contact_alias\"] = postman.getEnvironmentVariable(\"contact_alias\") == contactData[i].alias;",
" if (postman.getEnvironmentVariable(\"contact_alias\") == contactData[i].name){",
" tests[\"Body contains added contact_alias\"] = postman.getEnvironmentVariable(\"contact_alias\") == contactData[i].name;",
" break;",
" }",
" i++;",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment