integration-cli: TestEventsFormat: rewrite test to not use deprecated fields

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-08-26 14:18:22 +02:00
parent fa79b5d59f
commit 333e04e84e
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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++
}
}