File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,8 @@ export function nativeLogoutFromCli() {
169169const getNativeAuthAccessToken = async ( ) : Promise < string > => {
170170 dotenv . config ( { path : '.env' } ) ;
171171 expect ( process . env . ITP_NATIVE_TEST_CLIENT_ID , "ITP_NATIVE_TEST_CLIENT_ID" ) . to . not . be . undefined ;
172- expect ( process . env . ITP_NATIVE_TEST_CLIENT_ID , "ITP_NATIVE_TEST_CLIENT_ID not match" ) . to . match ( / n a t i v e - / )
172+ expect ( process . env . ITP_NATIVE_TEST_CLIENT_ID , "ITP_NATIVE_TEST_CLIENT_ID not match" ) . to . match ( / n a t i v e - / ) ;
173+ expect ( process . env . ITP_SERVICE_CLIENT_ID , "ITP_SERVICE_CLIENT_ID not match" ) . to . match ( / s e r v i c e - / ) ;
173174 expect ( process . env . ITP_ISSUER_URL , "ITP_ISSUER_URL" ) . to . not . be . undefined ;
174175 const config : TestBrowserAuthorizationClientConfiguration = {
175176 authority : process . env . ITP_ISSUER_URL ! ,
You can’t perform that action at this time.
0 commit comments