Skip to content

Commit

Permalink
Merge pull request #3829 from amurzeau/contrib4
Browse files Browse the repository at this point in the history
  • Loading branch information
jedevc authored May 23, 2023
2 parents 212ab16 + a8cbb41 commit 3071001
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6679,7 +6679,8 @@ loop0:
defer client.Close()

ctx := namespaces.WithNamespace(sb.Context(), "buildkit")
snapshotService := client.SnapshotService("overlayfs")
snapshotterName := sb.Snapshotter()
snapshotService := client.SnapshotService(snapshotterName)

retries = 0
for {
Expand Down

0 comments on commit 3071001

Please sign in to comment.