mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
prepare for eg on waitAndAssert
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@ -388,7 +388,7 @@ func (s *DockerSwarmSuite) TestSwarmContainerAttachByNetworkId(c *testing.T) {
|
||||
return out, ""
|
||||
}
|
||||
|
||||
waitAndAssert(c, 3*time.Second, checkNetwork, checker.Not(checker.Contains), "testnet")
|
||||
waitAndAssert(c, 3*time.Second, checkNetwork, checker.Not(checker.Contains("testnet")))
|
||||
}
|
||||
|
||||
func (s *DockerSwarmSuite) TestOverlayAttachable(c *testing.T) {
|
||||
|
Reference in New Issue
Block a user