diff --git a/pkg/capabilities/capabilities.go b/pkg/capabilities/capabilities.go index 96146c6b093..be721a7855f 100644 --- a/pkg/capabilities/capabilities.go +++ b/pkg/capabilities/capabilities.go @@ -68,7 +68,7 @@ func Setup(allowPrivileged bool, privilegedSources PrivilegedSources, perConnect }) } -// SetCapabilitiesForTests. Convenience method for testing. This should only be called from tests. +// SetForTests sets capabilities for tests. Convenience method for testing. This should only be called from tests. func SetForTests(c Capabilities) { lock.Lock() defer lock.Unlock()