Skip to content

Commit fdcb0ae

Browse files
committed
Replace one-off test app with a stable one
1 parent a457b72 commit fdcb0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BrokerTestCase(unittest.TestCase):
1818
It currently hardcodes some test apps which might be changed/gone in the future.
1919
The existing test_e2e.py is sophisticated to pull test configuration securely from lab.
2020
"""
21-
_client_id = "26a7ee05-5602-4d76-a7ba-eae8b7b67941" # A pre-configured test app
21+
_client_id = "04f0c124-f2bc-4f59-8241-bf6df9866bbd" # Visual Studio
2222
_authority = "https://login.microsoftonline.com/common"
2323
_scopes = ["https://graph.microsoft.com/.default"]
2424

0 commit comments

Comments
 (0)