Skip to content

Commit

Permalink
Removed another solr related test (Download CSV report). To be reinst…
Browse files Browse the repository at this point in the history
…ated.
  • Loading branch information
andrewbrazzatti committed Jul 8, 2022
1 parent 67e77e2 commit 817e7d8
Showing 1 changed file with 0 additions and 188 deletions.
188 changes: 0 additions & 188 deletions test/postman/test-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4545,194 +4545,6 @@
}
]
},
{
"name": "Download CSV report",
"event": [
{
"listen": "test",
"script": {
"exec": [
"// pm.test(\"Status code is 200\", function () {",
"// pm.response.to.have.status(200);",
"// });",
"",
"// pm.test(\"Has record array\", function () {",
"// var csvData = pm.response.text();",
"// pm.expect(csvData.split(',')).to.have.length.greaterThan(1);",
"// });"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "GET",
"header": [
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"key": "X-CSRF-Token",
"value": ""
},
{
"key": "Accept-Language",
"value": "en-US,en;q=0.9,en-AU;q=0.8,it;q=0.7"
},
{
"key": "User-Agent",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Accept",
"value": "application/json, text/plain, */*"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referer",
"value": "{{host}}/default/rdmp/record/search?q=Record"
},
{
"key": "Cookie",
"value": "{{cookie}}"
},
{
"key": "X-Source",
"value": "jsclient"
},
{
"key": "Cache-Control",
"value": "no-cache"
}
],
"url": {
"raw": "{{host}}/default/rdmp/admin/downloadReportCSV?name=rdmpRecords",
"host": [
"{{host}}"
],
"path": [
"default",
"rdmp",
"admin",
"downloadReportCSV"
],
"query": [
{
"key": "name",
"value": "rdmpRecords"
}
]
}
},
"response": [
{
"name": "Report",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"key": "X-CSRF-Token",
"value": ""
},
{
"key": "Accept-Language",
"value": "en-US,en;q=0.9,en-AU;q=0.8,it;q=0.7"
},
{
"key": "User-Agent",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Accept",
"value": "application/json, text/plain, */*"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referer",
"value": "{{host}}/default/rdmp/record/search?q=Record"
},
{
"key": "Cookie",
"value": ""
},
{
"key": "X-Source",
"value": "jsclient"
},
{
"key": "Cache-Control",
"value": "no-cache"
}
],
"url": {
"raw": "{{host}}/default/rdmp/admin/downloadReportCSV?name=rdmpRecords&start=0&rows=10&dateObjectModifiedRange_fromDate=2021-04-30T14:00:00Z&dateObjectModifiedRange_toDate=2021-05-30T14:00:00Z",
"host": [
"{{host}}"
],
"path": [
"default",
"rdmp",
"admin",
"downloadReportCSV"
],
"query": [
{
"key": "name",
"value": "rdmpRecords"
},
{
"key": "start",
"value": "0"
},
{
"key": "rows",
"value": "10"
},
{
"key": "dateObjectModifiedRange_fromDate",
"value": "2021-04-30T14:00:00Z"
},
{
"key": "dateObjectModifiedRange_toDate",
"value": "2021-05-30T14:00:00Z"
}
]
}
},
"_postman_previewlanguage": "Text",
"header": [],
"cookie": [],
"body": ""
}
]
},
{
"name": "Delete the created data record",
"request": {
Expand Down

0 comments on commit 817e7d8

Please sign in to comment.