chore: update github.com/docker/docker to v24.0.7
This commit is contained in:
parent
eff294829f
commit
cd8d5b8f10
6 changed files with 494 additions and 803 deletions
|
@ -65,7 +65,11 @@ func (s *DockerComposeSuite) TestComposeScale(c *check.C) {
|
|||
if strings.HasSuffix(name, "@internal") {
|
||||
continue
|
||||
}
|
||||
c.Assert(name, checker.Equals, "whoami1-"+s.composeProject.Name+"@docker")
|
||||
|
||||
composeProject, err := s.composeProjectOptions.ToProject(nil)
|
||||
c.Assert(err, checker.IsNil)
|
||||
|
||||
c.Assert(name, checker.Equals, "whoami1-"+composeProject.Name+"@docker")
|
||||
c.Assert(service.LoadBalancer.Servers, checker.HasLen, 2)
|
||||
// We could break here, but we don't just to keep us honest.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue