We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947355 commit 484172dCopy full SHA for 484172d
tests/test_e2e.py
@@ -302,7 +302,7 @@ def get_lab_app(
302
# or it could be setup on Travis CI
303
# https://docs.travis-ci.com/user/environment-variables/#defining-variables-in-repository-settings
304
# Data came from here
305
- # https://microsoft.sharepoint-df.com/teams/MSIDLABSExtended/SitePages/Rese.aspx#programmatic-access-info-for-lab-request-api
+ # https://docs.msidlab.com/accounts/confidentialclient.html
306
logger.info("Using lab app defined by ENV variables %s and %s",
307
env_client_id, env_client_secret)
308
client_id = os.getenv(env_client_id)
0 commit comments