Update dependencies

This commit is contained in:
2024-05-25 15:28:03 +02:00
parent f167424e4f
commit f3a6f27e99
4 changed files with 291 additions and 251 deletions

View File

@ -84,7 +84,7 @@ func TestContainerIntegration(t *testing.T) {
require.NoError(t, err, "NewDockerComposeAPIWith()")
t.Cleanup(func() {
require.NoError(t, compose.Down(context.Background(), tc.RemoveOrphans(true), tc.RemoveImagesLocal), "compose.Down()")
require.NoError(t, compose.Down(context.Background()), "compose.Down()")
})
ctx, cancel := context.WithCancel(context.Background())
t.Cleanup(cancel)