mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
Ensure Docker lifecycle lab removes fixtures
This commit is contained in:
@@ -44,7 +44,7 @@ func TestIntegrationContainerUpdateComposeNetworkLifecycle(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
defer rawClient.Close()
|
||||
t.Cleanup(func() { _ = rawClient.Close() })
|
||||
if _, err := rawClient.Info(ctx, client.InfoOptions{}); err != nil {
|
||||
t.Skipf("Docker daemon is unavailable: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user