mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #51322 from vvoland/client-fixup
client: Rename ContainerUnPause* to ContainerUnpause*
This commit is contained in:
@@ -43,7 +43,7 @@ func unpauseAllContainers(ctx context.Context, t testing.TB, apiClient client.Co
|
||||
containers := getPausedContainers(ctx, t, apiClient)
|
||||
if len(containers) > 0 {
|
||||
for _, ctr := range containers {
|
||||
_, err := apiClient.ContainerUnpause(ctx, ctr.ID, client.ContainerUnPauseOptions{})
|
||||
_, err := apiClient.ContainerUnpause(ctx, ctr.ID, client.ContainerUnpauseOptions{})
|
||||
assert.Check(t, err, "failed to unpause container %s", ctr.ID)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user