Skip to content

Commit a66d314

Browse files
authored
Merge pull request #305 from AzureAD/obo-test-message
Refine OBO test case's guidance message
2 parents 42dda13 + 5165138 commit a66d314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_e2e.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)