mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change integration test to use variable
Followup to #20246, changes the test to use already declared variable Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
parent
2a16099f57
commit
ce1059973a
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkHostModeUngracefulDaemonRestart(c
|
|||
c.Assert(err, checker.IsNil, check.Commentf(out))
|
||||
|
||||
// verfiy container has finished starting before killing daemon
|
||||
err = s.d.waitRun(fmt.Sprintf("hostc-%d", i))
|
||||
err = s.d.waitRun(cName)
|
||||
c.Assert(err, checker.IsNil)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue