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 a457b72 commit fdcb0aeCopy full SHA for fdcb0ae
tests/test_broker.py
@@ -18,7 +18,7 @@ class BrokerTestCase(unittest.TestCase):
18
It currently hardcodes some test apps which might be changed/gone in the future.
19
The existing test_e2e.py is sophisticated to pull test configuration securely from lab.
20
"""
21
- _client_id = "26a7ee05-5602-4d76-a7ba-eae8b7b67941" # A pre-configured test app
+ _client_id = "04f0c124-f2bc-4f59-8241-bf6df9866bbd" # Visual Studio
22
_authority = "https://login.microsoftonline.com/common"
23
_scopes = ["https://graph.microsoft.com/.default"]
24
0 commit comments