diff js.t @ 1626:a35445ae8de7

Tests: adapted js buffer tests to renaming vars to rawVariables.
author Dmitry Volyntsev <xeioex@nginx.com>
date Thu, 26 Nov 2020 11:29:53 +0000
parents a140cab489e8
children 456bf219d768
line wrap: on
line diff
--- a/js.t
+++ b/js.t
@@ -307,8 +307,8 @@ local $TODO = 'not yet'
 
 like(http_get('/type?path=variables.host'), qr/200 OK.*type: string$/s,
 	'variables type');
-like(http_get('/type?path=vars.host'), qr/200 OK.*type: buffer$/s,
-	'vars type');
+like(http_get('/type?path=rawVariables.host'), qr/200 OK.*type: buffer$/s,
+	'rawVariables type');
 
 like(http_post('/type?path=requestBody'), qr/200 OK.*type: string$/s,
 	'requestBody type');