Skip to content

Commit

Permalink
Correct the integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkan145 committed Nov 20, 2023
1 parent 88fb171 commit 95d212e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions t/apicast-policy-request-unbuffered.t
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ server_name test-upstream.lvh.me;
--- response_body eval chomp
$ENV{LARGE_BODY}
--- error_code: 200
--- grep_error_log
a client request body is buffered to a temporary file
--- grep_error_log eval
qr/a client request body is buffered to a temporary file/
--- grep_error_log_out
a client request body is buffered to a temporary file
--- no_error_log
[error]

Expand Down Expand Up @@ -203,8 +204,9 @@ $s
--- response_body eval
$::data
--- error_code: 200
--- grep_error_log
a client request body is buffered to a temporary file
--- grep_error_log eval
qr/a client request body is buffered to a temporary file/
--- grep_error_log_out
a client request body is buffered to a temporary file
--- no_error_log
[error]

0 comments on commit 95d212e

Please sign in to comment.