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):
620
620
621
621
@unittest .skipUnless (
622
622
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" )
624
624
@unittest .skipUnless (
625
625
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" )
627
627
@unittest .skipUnless (
628
628
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" )
630
630
def test_acquire_token_obo (self ):
631
631
config = self .get_lab_user (usertype = "cloud" )
632
632
You can’t perform that action at this time.
0 commit comments