diff js_headers.t @ 1781:386748f328b1

Tests: updated js properties deprecated since 0.5.0.
author Dmitry Volyntsev <xeioex@nginx.com>
date Tue, 02 Aug 2022 20:35:05 -0700
parents 410072f42157
children 520fb74cce4c
line wrap: on
line diff
--- a/js_headers.t
+++ b/js_headers.t
@@ -379,7 +379,7 @@ EOF
             r.headersOut[h] = resp.headersOut[h];
         }
 
-        r.return(200, resp.responseBody);
+        r.return(200, resp.responseText);
     }
 
     function subrequest(r) {