@@ -166,17 +166,17 @@ function runTests (runType, t) {
166166 } )
167167 } )
168168
169- t . test ( `${ mode } get /nodejs22 .x` , t => {
169+ t . test ( `${ mode } get /nodejs24 .x` , t => {
170170 t . plan ( 15 )
171- let rawPath = '/nodejs22 .x'
171+ let rawPath = '/nodejs24 .x'
172172 tiny . get ( {
173173 url : url + rawPath ,
174174 } , function _got ( err , result ) {
175175 if ( err ) t . end ( err )
176176 else {
177177 checkResult ( t , result . body , {
178- message : 'Hello from get /nodejs22 .x (running nodejs22 .x)' ,
179- routeKey : 'GET /nodejs22 .x' ,
178+ message : 'Hello from get /nodejs24 .x (running nodejs24 .x)' ,
179+ routeKey : 'GET /nodejs24 .x' ,
180180 rawPath,
181181 pathParameters : undefined ,
182182 cookies : undefined ,
@@ -190,17 +190,17 @@ function runTests (runType, t) {
190190 } )
191191 } )
192192
193- t . test ( `${ mode } get /nodejs20 .x` , t => {
193+ t . test ( `${ mode } get /nodejs22 .x` , t => {
194194 t . plan ( 15 )
195- let rawPath = '/nodejs20 .x'
195+ let rawPath = '/nodejs22 .x'
196196 tiny . get ( {
197197 url : url + rawPath ,
198198 } , function _got ( err , result ) {
199199 if ( err ) t . end ( err )
200200 else {
201201 checkResult ( t , result . body , {
202- message : 'Hello from get /nodejs20 .x (running nodejs20 .x)' ,
203- routeKey : 'GET /nodejs20 .x' ,
202+ message : 'Hello from get /nodejs22 .x (running nodejs22 .x)' ,
203+ routeKey : 'GET /nodejs22 .x' ,
204204 rawPath,
205205 pathParameters : undefined ,
206206 cookies : undefined ,
@@ -214,17 +214,17 @@ function runTests (runType, t) {
214214 } )
215215 } )
216216
217- t . test ( `${ mode } get /nodejs18 .x` , t => {
217+ t . test ( `${ mode } get /nodejs20 .x` , t => {
218218 t . plan ( 15 )
219- let rawPath = '/nodejs18 .x'
219+ let rawPath = '/nodejs20 .x'
220220 tiny . get ( {
221221 url : url + rawPath ,
222222 } , function _got ( err , result ) {
223223 if ( err ) t . end ( err )
224224 else {
225225 checkResult ( t , result . body , {
226- message : 'Hello from get /nodejs18 .x (running nodejs18 .x)' ,
227- routeKey : 'GET /nodejs18 .x' ,
226+ message : 'Hello from get /nodejs20 .x (running nodejs20 .x)' ,
227+ routeKey : 'GET /nodejs20 .x' ,
228228 rawPath,
229229 pathParameters : undefined ,
230230 cookies : undefined ,
0 commit comments