diff --git a/poolmgr/functionServiceCache_test.go b/poolmgr/functionServiceCache_test.go index e5e5a4a8..1c71cd75 100644 --- a/poolmgr/functionServiceCache_test.go +++ b/poolmgr/functionServiceCache_test.go @@ -71,6 +71,6 @@ func TestFunctionServiceCache(t *testing.T) { _, err = fsc.GetByFunction(fsvc.function) if err == nil { fsc.Log() - log.Panicf("found fsvc while expecting empty cache", err) + log.Panicf("found fsvc while expecting empty cache: %v", err) } }