We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28f32a commit 3eba92eCopy full SHA for 3eba92e
server/api.postman_collection.json
@@ -1027,15 +1027,15 @@
1027
"",
1028
1029
"pm.test(\"Check that first entry of array includes column templates\", () => {",
1030
- " pm.expect(res[0].ColumnTemplates).to.exist;",
+ " pm.expect(res[0].columns).to.exist;",
1031
"})",
1032
1033
"pm.test(\"Check that column template is not null\", () => {",
1034
- " pm.expect(res[0].ColumnTemplates).to.not.be.null;",
+ " pm.expect(res[0].columns).to.not.be.null;",
1035
1036
1037
"pm.test(\"Check that column template is an array\", () => {",
1038
- " pm.expect(res[0].ColumnTemplates).to.be.an('array');",
+ " pm.expect(res[0].columns).to.be.an('array');",
1039
"})"
1040
],
1041
"type": "text/javascript",
0 commit comments