Skip to content

Commit

Permalink
ngx_debug_conn: fixed test case failure of not find resty.core library
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Aug 4, 2023
1 parent 5c27bc4 commit c01c1f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/ngx_debug_conn/t/test.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ events {
}
http {
%%TEST_GLOBALS_HTTP%%
server {
listen 127.0.0.1:8080;
Expand Down
1 change: 1 addition & 0 deletions modules/ngx_debug_pool/t/test.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ events {
}
http {
%%TEST_GLOBALS_HTTP%%
server {
listen 127.0.0.1:8080;
Expand Down
1 change: 1 addition & 0 deletions modules/ngx_debug_timer/t/test.t
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ events {
}
http {
%%TEST_GLOBALS_HTTP%%
server {
listen 127.0.0.1:8080;
Expand Down
1 change: 1 addition & 0 deletions modules/ngx_slab_stat/t/test.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ events {
}
http {
%%TEST_GLOBALS_HTTP%%
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
Expand Down

0 comments on commit c01c1f8

Please sign in to comment.