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 140c703 commit c75fd21Copy full SHA for c75fd21
x-pack/plugin/security/qa/microsoft-graph-authz-tests/build.gradle
@@ -13,7 +13,7 @@ String msGraphTenantId = System.getenv("ms_graph_tenant_id")
13
String msGraphClientId = System.getenv("ms_graph_client_id")
14
String msGraphClientSecret = System.getenv("ms_graph_client_secret")
15
String msGraphUsername = System.getenv("ms_graph_username")
16
-String msGraphGroupId = System.getenv("ms_graph_groupid")
+String msGraphGroupId = System.getenv("ms_graph_group_id")
17
18
if (!msGraphTenantId || !msGraphClientId || !msGraphClientSecret || !msGraphUsername || !msGraphGroupId) {
19
msGraphTenantId = "tenant-id"
0 commit comments