Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Dec 2, 2024
1 parent a1f7c3a commit a86cdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/request-id-err-log.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ __DATA__
=== TEST 1: request_id in error log set
--- config
location /t {
set $request_id 1234;
apisix_request_id_var $request_id;
set $request_id_new 1234;
apisix_request_id_var $request_id_new;
content_by_lua_block {
ngx.log(ngx.INFO, "log_msg")
ngx.exit(200)
Expand Down

0 comments on commit a86cdf6

Please sign in to comment.