Skip to content

Commit 8e873a0

Browse files
committed
fix test case (4)
1 parent ab78dae commit 8e873a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/008-log.t

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Test::Nginx::Socket::Lua;
77
#master_process_enabled(1);
88
log_level('warn');
99

10-
plan tests => repeat_each() * (blocks() * 4) + 8;
10+
plan tests => repeat_each() * (blocks() * 4) + 6;
1111

1212
#no_diff();
1313
#no_long_string();
@@ -957,7 +957,6 @@ GET /test
957957
}
958958
--- request
959959
GET /test_nginx_debug_log
960-
--- wait: 2
961960
--- error_code: 403
962961
--- error_log eval
963962
[

0 commit comments

Comments
 (0)