File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ describe("feature flags", function () {
162
162
163
163
it ( "should populate telemetry metadata" , async ( ) => {
164
164
const connectionString = createMockedConnectionString ( ) ;
165
- let settings = await load ( connectionString , {
165
+ const settings = await load ( connectionString , {
166
166
featureFlagOptions : {
167
167
enabled : true ,
168
168
selectors : [
@@ -190,7 +190,7 @@ describe("feature flags", function () {
190
190
expect ( featureFlag . telemetry . metadata . Etag ) . equals ( "Etag" ) ;
191
191
expect ( featureFlag . telemetry . metadata . FeatureFlagId ) . equals ( "krkOsu9dVV9huwbQDPR6gkV_2T0buWxOCS-nNsj5-6g" ) ;
192
192
expect ( featureFlag . telemetry . metadata . FeatureFlagReference ) . equals ( `${ createMockedEndpoint ( ) } /kv/.appconfig.featureflag/Telemetry_1` ) ;
193
-
193
+
194
194
featureFlag = featureFlags [ 1 ] ;
195
195
expect ( featureFlag ) . not . undefined ;
196
196
expect ( featureFlag . id ) . equals ( "Telemetry_2" ) ;
You can’t perform that action at this time.
0 commit comments