sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1k stars 178 forks source link

Remove test assertions on context pkg internals #5033

Closed c-kruse closed 8 months ago

c-kruse commented 9 months ago

The rbac tests use mocks expecting context.Context arguments of the internal *context.emptyCtx type. This is an internal implementation detail of the context package, and is no longer valid in go1.21.0.

Signed-off-by: Christian Kruse ctkruse99@gmail.com