Skip to content

Commit

Permalink
fix test case (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Oct 13, 2023
1 parent 642dca5 commit 2b68038
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/008-log.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Test::Nginx::Socket::Lua;
#master_process_enabled(1);
log_level('warn');

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

#no_diff();
#no_long_string();
Expand Down Expand Up @@ -957,7 +957,6 @@ GET /test
}
--- request
GET /test_nginx_debug_log
--- wait: 2
--- error_code: 403
--- error_log eval
[
Expand Down

0 comments on commit 2b68038

Please sign in to comment.