Skip to content

Commit

Permalink
fix: refine test preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 23, 2023
1 parent b7a7acb commit df03fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/testcontainersdocker/docker_host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ func TestExtractDockerSocketFromClient(t *testing.T) {
content := "docker.host=" + DockerSocketSchema + "/this/is/a/sample.sock"
setupTestcontainersProperties(t, content)
setupDockerSocketNotFound(t)
setupRootlessNotFound(t)

t.Cleanup(resetSocketOverrideFn)

Expand Down

0 comments on commit df03fa4

Please sign in to comment.