Skip to content

Commit 0d9f578

Browse files
tests: fixed t/062-count.t
1 parent a7eebb4 commit 0d9f578

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: 116
37+
ngx: 117
3838
--- no_error_log
3939
[error]
4040

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

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

@@ -306,7 +306,7 @@ GET /t
306306
--- response_body_like: 404 Not Found
307307
--- error_code: 404
308308
--- error_log
309-
ngx. entry count: 116
309+
ngx. entry count: 117
310310

311311

312312

0 commit comments

Comments
 (0)