Panic on SSH agent errors in test

This commit is contained in:
Bryce Lampe
2024-04-17 08:59:26 -07:00
parent 12788aca32
commit c8a3d26d9e
2 changed files with 11 additions and 4 deletions

View File

@@ -415,7 +415,6 @@ func TestImageDiff(t *testing.T) {
{
name: "no diff if pull=true but no exports",
olds: func(_ *testing.T, is ImageState) ImageState {
fmt.Println("WHOA NELLY")
is.Pull = true
return is
},