diff options
Diffstat (limited to 'container/autoroot_test.go')
| -rw-r--r-- | container/autoroot_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/autoroot_test.go b/container/autoroot_test.go index bf846a25..e4a982f5 100644 --- a/container/autoroot_test.go +++ b/container/autoroot_test.go @@ -202,7 +202,7 @@ func TestIsAutoRootBindable(t *testing.T) { t.Parallel() var msg message.Msg if tc.log { - msg = &kstub{nil, stub.New(t, func(s *stub.Stub[syscallDispatcher]) syscallDispatcher { panic("unreachable") }, stub.Expect{Calls: []stub.Call{ + msg = &kstub{nil, nil, stub.New(t, func(s *stub.Stub[syscallDispatcher]) syscallDispatcher { panic("unreachable") }, stub.Expect{Calls: []stub.Call{ call("verbose", stub.ExpectArgs{[]any{"got unexpected root entry"}}, nil, nil), }})} } |
