FeatureToggles: Add context and and an explicit global check (#78081)
This commit is contained in:
@@ -75,7 +75,7 @@ func TestIntegrationPluginManager(t *testing.T) {
|
||||
Azure: &azsettings.AzureSettings{},
|
||||
|
||||
// nolint:staticcheck
|
||||
IsFeatureToggleEnabled: features.IsEnabled,
|
||||
IsFeatureToggleEnabled: features.IsEnabledGlobally,
|
||||
}
|
||||
|
||||
tracer := tracing.InitializeTracerForTest()
|
||||
|
||||
Reference in New Issue
Block a user