Skip to content

Commit

Permalink
#hubble-469: fixed docker image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 3, 2024
1 parent 1bb82f5 commit 0d3a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/services/ledgerexporter/internal/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (s *LedgerExporterTestSuite) mustStartCore(t *testing.T, quickstartImage st
t.Fatalf("could not create docker client, %v", err)
}

img, err := s.dockerCli.ImagePull(s.ctx, quickstartImage, image.PullOptions{})
img, err := s.dockerCli.ImagePull(s.ctx, quickstartImage, image.PullOptions{All: true})
if err != nil {
t.Fatalf("could not pull docker image, %v, %v", quickstartImage, err)
}
Expand Down

0 comments on commit 0d3a999

Please sign in to comment.