@@ -232,8 +232,6 @@ describe('Remote Config index', () => {
232
232
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_TRUSTED_IPS , true )
233
233
expect ( rc . updateCapabilities )
234
234
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_ENDPOINT_FINGERPRINT , true )
235
- expect ( rc . updateCapabilities )
236
- . to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_SESSION_FINGERPRINT , true )
237
235
expect ( rc . updateCapabilities )
238
236
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_NETWORK_FINGERPRINT , true )
239
237
expect ( rc . updateCapabilities )
@@ -280,8 +278,6 @@ describe('Remote Config index', () => {
280
278
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_TRUSTED_IPS , true )
281
279
expect ( rc . updateCapabilities )
282
280
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_ENDPOINT_FINGERPRINT , true )
283
- expect ( rc . updateCapabilities )
284
- . to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_SESSION_FINGERPRINT , true )
285
281
expect ( rc . updateCapabilities )
286
282
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_NETWORK_FINGERPRINT , true )
287
283
expect ( rc . updateCapabilities )
@@ -330,8 +326,6 @@ describe('Remote Config index', () => {
330
326
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_TRUSTED_IPS , true )
331
327
expect ( rc . updateCapabilities )
332
328
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_ENDPOINT_FINGERPRINT , true )
333
- expect ( rc . updateCapabilities )
334
- . to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_SESSION_FINGERPRINT , true )
335
329
expect ( rc . updateCapabilities )
336
330
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_NETWORK_FINGERPRINT , true )
337
331
expect ( rc . updateCapabilities )
@@ -375,8 +369,6 @@ describe('Remote Config index', () => {
375
369
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_TRUSTED_IPS , true )
376
370
expect ( rc . updateCapabilities )
377
371
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_ENDPOINT_FINGERPRINT , true )
378
- expect ( rc . updateCapabilities )
379
- . to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_SESSION_FINGERPRINT , true )
380
372
expect ( rc . updateCapabilities )
381
373
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_NETWORK_FINGERPRINT , true )
382
374
expect ( rc . updateCapabilities )
@@ -420,8 +412,6 @@ describe('Remote Config index', () => {
420
412
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_TRUSTED_IPS , false )
421
413
expect ( rc . updateCapabilities )
422
414
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_ENDPOINT_FINGERPRINT , false )
423
- expect ( rc . updateCapabilities )
424
- . to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_SESSION_FINGERPRINT , false )
425
415
expect ( rc . updateCapabilities )
426
416
. to . have . been . calledWithExactly ( RemoteConfigCapabilities . ASM_NETWORK_FINGERPRINT , false )
427
417
expect ( rc . updateCapabilities )
0 commit comments