integration-cli: TestEventsFormat: rewrite test to not use deprecated fields
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
fa79b5d59f
commit
333e04e84e
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ func (s *DockerCLIEventSuite) TestEventsFormat(c *testing.T) {
|
|||
break
|
||||
}
|
||||
assert.NilError(c, err)
|
||||
if ev.Status == "start" {
|
||||
if ev.Action == "start" {
|
||||
startCount++
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue