Skip to content

Commit

Permalink
test_http_server_helper: Remove a needless argument
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie authored and Watson1978 committed Aug 21, 2024
1 parent 895fa6b commit 3c36fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin_helper/test_http_server_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def start_https_request(addr, port, verify: true, cert_path: nil, selfsigned: tr
resp = nil
error = nil

Async do |task|
Async do
begin
response = yield(client)
rescue => e # Async::Reactor rescue all error. handle it by myself
Expand Down

0 comments on commit 3c36fcb

Please sign in to comment.