@@ -60,7 +60,7 @@ describe('OpenFeature Remote Config and Exposure Events Integration', () => {
6060 env : {
6161 DD_TRACE_AGENT_PORT : agent . port ,
6262 DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS : '0.1' ,
63- DD_FEATURE_FLAGGING_PROVIDER_ENABLED : 'true' ,
63+ DD_FEATURE_FLAGS_ENABLED : 'true' ,
6464 // Preserve the existing RC exposure path until agentless emission is supported.
6565 DD_FEATURE_FLAGS_CONFIGURATION_SOURCE : 'remote_config' ,
6666 } ,
@@ -161,7 +161,7 @@ describe('OpenFeature Remote Config and Exposure Events Integration', () => {
161161 env : {
162162 DD_TRACE_AGENT_PORT : agent . port ,
163163 DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS : '0.1' ,
164- DD_FEATURE_FLAGGING_PROVIDER_ENABLED : 'true' ,
164+ DD_FEATURE_FLAGS_ENABLED : 'true' ,
165165 DD_FEATURE_FLAGS_CONFIGURATION_SOURCE : 'remote_config' ,
166166 } ,
167167 } )
@@ -245,7 +245,7 @@ describe('OpenFeature Remote Config and Exposure Events Integration', () => {
245245 env : {
246246 DD_TRACE_AGENT_PORT : agent . port ,
247247 DD_REMOTE_CONFIG_POLL_INTERVAL_SECONDS : '0.1' ,
248- DD_FEATURE_FLAGGING_PROVIDER_ENABLED : 'true' ,
248+ DD_FEATURE_FLAGS_ENABLED : 'true' ,
249249 DD_FEATURE_FLAGS_CONFIGURATION_SOURCE : 'remote_config' ,
250250 } ,
251251 } )
@@ -307,7 +307,7 @@ describe('OpenFeature Remote Config and Exposure Events Integration', () => {
307307 cwd,
308308 env : {
309309 DD_TRACE_AGENT_PORT : agent . port ,
310- DD_FEATURE_FLAGGING_PROVIDER_ENABLED : 'false' ,
310+ DD_FEATURE_FLAGS_ENABLED : 'false' ,
311311 } ,
312312 } )
313313 } )
0 commit comments