Skip to content

Commit

Permalink
remove unneeded register to reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 13, 2023
1 parent 0a1dd4d commit 719ce26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/reaper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ defmodule TestcontainersElixir.Reaper do
{:ok, %Model.ContainerInspectResponse{} = container_info} <-
Api.Container.container_inspect(connection, container_id),
container = Container.of(container_info),
{:ok, socket} <- create_ryuk_socket(container),
:ok <- register_filter(socket, {"id", "keep_ryuk_alive"}) do
{:ok, socket} <- create_ryuk_socket(container) do
{:ok, socket}
end
end
Expand Down

0 comments on commit 719ce26

Please sign in to comment.