Merge pull request #38416 from thaJeztah/fix_build_session_test
Fix TestBuildWithSession, TestBuildSquashParent using wrong daemon during test
This commit is contained in:
commit
545d00e752
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ func TestBuildWithSession(t *testing.T) {
|
|||
d.StartWithBusybox(t)
|
||||
defer d.Stop(t)
|
||||
|
||||
client := testEnv.APIClient()
|
||||
client := d.NewClientT(t)
|
||||
|
||||
dockerfile := `
|
||||
FROM busybox
|
||||
|
|
|
@ -26,7 +26,7 @@ func TestBuildSquashParent(t *testing.T) {
|
|||
d.StartWithBusybox(t)
|
||||
defer d.Stop(t)
|
||||
|
||||
client := testEnv.APIClient()
|
||||
client := d.NewClientT(t)
|
||||
|
||||
dockerfile := `
|
||||
FROM busybox
|
||||
|
|
Loading…
Add table
Reference in a new issue