Skip to content

Commit 496d985

Browse files
tests: change the count of the record after adding ngx.get_raw_phase. (openresty#2019)
1 parent 7d585bd commit 496d985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/062-count.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __DATA__
3434
--- request
3535
GET /test
3636
--- response_body
37-
ngx: 115
37+
ngx: 116
3838
--- no_error_log
3939
[error]
4040

@@ -55,7 +55,7 @@ ngx: 115
5555
--- request
5656
GET /test
5757
--- response_body
58-
115
58+
116
5959
--- no_error_log
6060
[error]
6161

@@ -83,7 +83,7 @@ GET /test
8383
--- request
8484
GET /test
8585
--- response_body
86-
n = 115
86+
n = 116
8787
--- no_error_log
8888
[error]
8989

@@ -305,7 +305,7 @@ GET /t
305305
--- response_body_like: 404 Not Found
306306
--- error_code: 404
307307
--- error_log
308-
ngx. entry count: 115
308+
ngx. entry count: 116
309309

310310

311311

0 commit comments

Comments
 (0)