@@ -46,7 +46,7 @@ describe('Sdk Version Header Tests', () => {
4646 getUserByAlias (
4747 { appId : APP_ID } ,
4848 {
49- label : IdentityConstants . EXTERNAL_ID ,
49+ label : IdentityConstants . _ExternalID ,
5050 id : EXTERNAL_ID ,
5151 } ,
5252 ) ;
@@ -57,7 +57,7 @@ describe('Sdk Version Header Tests', () => {
5757 updateUserByAlias (
5858 { appId : APP_ID } ,
5959 {
60- label : IdentityConstants . EXTERNAL_ID ,
60+ label : IdentityConstants . _ExternalID ,
6161 id : EXTERNAL_ID ,
6262 } ,
6363 { } ,
@@ -69,7 +69,7 @@ describe('Sdk Version Header Tests', () => {
6969 updateUserByAlias (
7070 { appId : APP_ID , subscriptionId : SUB_ID } ,
7171 {
72- label : IdentityConstants . EXTERNAL_ID ,
72+ label : IdentityConstants . _ExternalID ,
7373 id : EXTERNAL_ID ,
7474 } ,
7575 { } ,
@@ -81,7 +81,7 @@ describe('Sdk Version Header Tests', () => {
8181 deleteUserByAlias (
8282 { appId : APP_ID } ,
8383 {
84- label : IdentityConstants . EXTERNAL_ID ,
84+ label : IdentityConstants . _ExternalID ,
8585 id : EXTERNAL_ID ,
8686 } ,
8787 ) ;
@@ -92,7 +92,7 @@ describe('Sdk Version Header Tests', () => {
9292 createSubscriptionByAlias (
9393 { appId : APP_ID } ,
9494 {
95- label : IdentityConstants . EXTERNAL_ID ,
95+ label : IdentityConstants . _ExternalID ,
9696 id : EXTERNAL_ID ,
9797 } ,
9898 {
@@ -107,7 +107,7 @@ describe('Sdk Version Header Tests', () => {
107107 getUserIdentity (
108108 { appId : APP_ID } ,
109109 {
110- label : IdentityConstants . EXTERNAL_ID ,
110+ label : IdentityConstants . _ExternalID ,
111111 id : EXTERNAL_ID ,
112112 } ,
113113 ) ;
@@ -118,10 +118,10 @@ describe('Sdk Version Header Tests', () => {
118118 deleteAlias (
119119 { appId : APP_ID } ,
120120 {
121- label : IdentityConstants . EXTERNAL_ID ,
121+ label : IdentityConstants . _ExternalID ,
122122 id : EXTERNAL_ID ,
123123 } ,
124- IdentityConstants . EXTERNAL_ID ,
124+ IdentityConstants . _ExternalID ,
125125 ) ;
126126 expectHeaderToBeSent ( ) ;
127127 } ) ;
0 commit comments