Skip to content

Commit

Permalink
don't stop app at the endof the test
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Oct 10, 2024
1 parent 231f0c2 commit cf298cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hackney_integration_tests_async_long_headers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ start(#{status_code := StatusCode, method := Method}) ->

stop(#{dummy_http_pid := Pid}, _Props) ->
exit(Pid, normal),
application:stop(hackney),
% error_logger:tty(true),
% application:stop(hackney),
error_logger:tty(true),
ok.


Expand Down

0 comments on commit cf298cd

Please sign in to comment.