diff options
Diffstat (limited to 'helper')
| -rw-r--r-- | helper/container_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/container_test.go b/helper/container_test.go index f5dc1aaa..c5ad0659 100644 --- a/helper/container_test.go +++ b/helper/container_test.go @@ -14,7 +14,7 @@ func TestContainer(t *testing.T) { t.Run("start empty container", func(t *testing.T) { h := helper.New(t.Context(), container.Nonexistent, argsWt, false, argF, nil, nil) - wantErr := "sandbox: starting an empty container" + wantErr := "container: starting an empty container" if err := h.Start(); err == nil || err.Error() != wantErr { t.Errorf("Start: error = %v, wantErr %q", err, wantErr) |
