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 () {
162162
163163 it ( "should populate telemetry metadata" , async ( ) => {
164164 const connectionString = createMockedConnectionString ( ) ;
165- let settings = await load ( connectionString , {
165+ const settings = await load ( connectionString , {
166166 featureFlagOptions : {
167167 enabled : true ,
168168 selectors : [
@@ -190,7 +190,7 @@ describe("feature flags", function () {
190190 expect ( featureFlag . telemetry . metadata . Etag ) . equals ( "Etag" ) ;
191191 expect ( featureFlag . telemetry . metadata . FeatureFlagId ) . equals ( "krkOsu9dVV9huwbQDPR6gkV_2T0buWxOCS-nNsj5-6g" ) ;
192192 expect ( featureFlag . telemetry . metadata . FeatureFlagReference ) . equals ( `${ createMockedEndpoint ( ) } /kv/.appconfig.featureflag/Telemetry_1` ) ;
193-
193+
194194 featureFlag = featureFlags [ 1 ] ;
195195 expect ( featureFlag ) . not . undefined ;
196196 expect ( featureFlag . id ) . equals ( "Telemetry_2" ) ;
You can’t perform that action at this time.
0 commit comments