Skip to content

Commit

Permalink
Update image filter used by integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
(cherry picked from commit 16e1cbc)
  • Loading branch information
sykesm authored and lindluni committed Feb 4, 2021
1 parent a7e659d commit e3d4a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func AssertImagesExist(imageNames ...string) {

for _, imageName := range imageNames {
images, err := dockerClient.ListImages(docker.ListImagesOptions{
Filter: imageName,
Filters: map[string][]string{"reference": {imageName}},
})
ExpectWithOffset(1, err).NotTo(HaveOccurred())

Expand Down

0 comments on commit e3d4a0a

Please sign in to comment.