mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-01 19:49:27 +00:00
Update dependencies
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user