Skip to content

Commit 4c26c1e

Browse files
committed
sync up integration tests
1 parent f0805ae commit 4c26c1e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

integration_tests/collection.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "f8ec917d-f631-5714-2653-419fb6dd1303",
3-
"name": "ReadonlyREST ES",
3+
"name": "ReadonlyREST ES Integration Test",
44
"description": "",
55
"order": [
66
"6305179c-e846-f892-faa2-41fe14184478",
@@ -22,7 +22,7 @@
2222
{
2323
"id": "18983e25-d8aa-a624-7713-89df5894ad86",
2424
"headers": "Content-Type: application/json\n",
25-
"url": "http://{{url_api}}/public-idx/_search",
25+
"url": "{{url_es}}/public-idx/_search",
2626
"preRequestScript": "",
2727
"pathVariables": {},
2828
"method": "POST",
@@ -31,15 +31,15 @@
3131
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
3232
"currentHelper": "normal",
3333
"helperAttributes": {},
34-
"time": 1458900292928,
34+
"time": 1459267279863,
3535
"name": "[ALLOW] indices - public-idx",
3636
"description": "",
3737
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
3838
},
3939
{
4040
"id": "1d99b715-712a-4e6a-ccae-9c56e943b7cc",
4141
"headers": "Content-Type: application/json\nX-Api-Key: 1234567890\n",
42-
"url": "http://{{url_api}}/_all",
42+
"url": "{{url_es}}/_all",
4343
"preRequestScript": "",
4444
"pathVariables": {},
4545
"method": "DELETE",
@@ -48,15 +48,15 @@
4848
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
4949
"currentHelper": "normal",
5050
"helperAttributes": {},
51-
"time": 1458902545907,
51+
"time": 1459267298469,
5252
"name": "[TEAR DOWN] delete indices",
5353
"description": "",
5454
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
5555
},
5656
{
5757
"id": "31f718b3-9ca9-8d69-a437-c0895e0b9fb2",
5858
"headers": "Content-Type: application/json\n",
59-
"url": "http://{{url_api}}/secret-idx/_search",
59+
"url": "{{url_es}}/secret-idx/_search",
6060
"preRequestScript": "",
6161
"pathVariables": {},
6262
"method": "GET",
@@ -65,15 +65,15 @@
6565
"tests": "tests[\"Is Forbidden\"] = responseCode.code === 401;",
6666
"currentHelper": "normal",
6767
"helperAttributes": {},
68-
"time": 1458902599880,
68+
"time": 1459267274012,
6969
"name": "[FORBID] uri_re - Secret index",
7070
"description": "",
7171
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
7272
},
7373
{
7474
"id": "3d3a4bba-76c4-b50d-7a42-c62b0a1c368d",
7575
"headers": "Content-Type: application/json\n",
76-
"url": "http://{{url_api}}/public-idx/_search",
76+
"url": "{{url_es}}/public-idx/_search",
7777
"preRequestScript": "",
7878
"pathVariables": {},
7979
"method": "POST",
@@ -82,15 +82,15 @@
8282
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
8383
"currentHelper": "normal",
8484
"helperAttributes": {},
85-
"time": 1458900284678,
85+
"time": 1459267287343,
8686
"name": "[ALLOW] indices - public-idx-alias",
8787
"description": "",
8888
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
8989
},
9090
{
9191
"id": "3ea25dfd-a1f1-9569-15ab-3a95effc1665",
9292
"headers": "Content-Type: application/json\nX-Api-Key: 1234567890\n",
93-
"url": "http://{{url_api}}/private-idx",
93+
"url": "{{url_es}}/private-idx",
9494
"preRequestScript": "",
9595
"pathVariables": {},
9696
"method": "PUT",
@@ -99,15 +99,15 @@
9999
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
100100
"currentHelper": "normal",
101101
"helperAttributes": {},
102-
"time": 1458899858664,
102+
"time": 1459267266968,
103103
"name": "[SETUP] with api key - Create private-idx ",
104104
"description": "",
105105
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
106106
},
107107
{
108108
"id": "6305179c-e846-f892-faa2-41fe14184478",
109109
"headers": "Content-Type: application/json\nX-Api-Key: 1234567890\n",
110-
"url": "http://{{url_api}}/uri-re-idx",
110+
"url": "{{url_es}}/uri-re-idx",
111111
"preRequestScript": "",
112112
"pathVariables": {},
113113
"method": "PUT",
@@ -116,15 +116,15 @@
116116
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
117117
"currentHelper": "normal",
118118
"helperAttributes": {},
119-
"time": 1458900419765,
119+
"time": 1459267245615,
120120
"name": "[SETUP] with api key - Create uri-re-idx",
121121
"description": "",
122122
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
123123
},
124124
{
125125
"id": "7c8513db-8c5c-7cfe-4fc1-2d51b4bff089",
126126
"headers": "Content-Type: application/json\nAuthorization: Basic c2FsZXM6cDQ1NXdk\n",
127-
"url": "http://192.168.64.4:9200/private-idx/_search",
127+
"url": "{{url_es}}/private-idx/_search",
128128
"preRequestScript": "",
129129
"pathVariables": {},
130130
"method": "POST",
@@ -133,15 +133,15 @@
133133
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
134134
"currentHelper": "normal",
135135
"helperAttributes": {},
136-
"time": 1458933517185,
136+
"time": 1459267292642,
137137
"name": "[ALLOW] auth_key",
138138
"description": "",
139139
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
140140
},
141141
{
142142
"id": "a14563fe-9782-c15e-f412-00eebd6a5fcd",
143143
"headers": "Content-Type: application/json\nX-Api-Key: 1234567890\n",
144-
"url": "http://{{url_api}}/public-idx",
144+
"url": "{{url_es}}/public-idx",
145145
"preRequestScript": "",
146146
"pathVariables": {},
147147
"method": "PUT",
@@ -150,15 +150,15 @@
150150
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
151151
"currentHelper": "normal",
152152
"helperAttributes": {},
153-
"time": 1458900439784,
153+
"time": 1459267255675,
154154
"name": "[SETUP] with api key - Create public-idx ",
155155
"description": "",
156156
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303"
157157
},
158158
{
159159
"id": "afaf86d8-3125-60ff-7517-b4915c840a65",
160160
"headers": "Content-Type: application/json\nX-Api-Key: 1234567890\n",
161-
"url": "http://{{url_api}}/_aliases",
161+
"url": "{{url_es}}/_aliases",
162162
"preRequestScript": "",
163163
"pathVariables": {},
164164
"method": "POST",
@@ -167,7 +167,7 @@
167167
"tests": "tests[\"Status code is 200\"] = responseCode.code === 200;",
168168
"currentHelper": "normal",
169169
"helperAttributes": {},
170-
"time": 1458900326135,
170+
"time": 1459267261084,
171171
"name": "[SETUP] with api key - Create public-idx Alias",
172172
"description": "",
173173
"collectionId": "f8ec917d-f631-5714-2653-419fb6dd1303",

integration_tests/environment.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "local.docker",
44
"values": [
55
{
6-
"key": "url_api",
6+
"key": "url_es",
77
"value": "local.docker:9200",
88
"type": "text",
99
"enabled": true
@@ -14,4 +14,4 @@
1414
"syncedFilename": "",
1515
"team": null,
1616
"isDeleted": false
17-
}
17+
}

0 commit comments

Comments
 (0)