File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -620,13 +620,13 @@ def test_adfs2019_onprem_acquire_token_interactive(self):
620620
621621 @unittest .skipUnless (
622622 os .getenv ("LAB_OBO_CLIENT_SECRET" ),
623- "Need LAB_OBO_CLIENT SECRET from https://msidlabs.vault.azure.net/secrets/ TodoListServiceV2-OBO/c58ba97c34ca4464886943a847d1db56 " )
623+ "Need LAB_OBO_CLIENT_SECRET from https://aka.ms/GetLabSecret?Secret= TodoListServiceV2-OBO" )
624624 @unittest .skipUnless (
625625 os .getenv ("LAB_OBO_CONFIDENTIAL_CLIENT_ID" ),
626- "Confidential client id can be found here https://docs.msidlab.com/flows/onbehalfofflow.html" )
626+ "Need LAB_OBO_CONFIDENTIAL_CLIENT_ID from https://docs.msidlab.com/flows/onbehalfofflow.html" )
627627 @unittest .skipUnless (
628628 os .getenv ("LAB_OBO_PUBLIC_CLIENT_ID" ),
629- "Public client id can be found here https://docs.msidlab.com/flows/onbehalfofflow.html" )
629+ "Need LAB_OBO_PUBLIC_CLIENT_ID from https://docs.msidlab.com/flows/onbehalfofflow.html" )
630630 def test_acquire_token_obo (self ):
631631 config = self .get_lab_user (usertype = "cloud" )
632632
You can’t perform that action at this time.
0 commit comments