Skip to content

Commit c75fd21

Browse files
fix inconsistent group ID env var name
1 parent 140c703 commit c75fd21

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/security/qa/microsoft-graph-authz-tests

1 file changed

+1
-1
lines changed

x-pack/plugin/security/qa/microsoft-graph-authz-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ String msGraphTenantId = System.getenv("ms_graph_tenant_id")
1313
String msGraphClientId = System.getenv("ms_graph_client_id")
1414
String msGraphClientSecret = System.getenv("ms_graph_client_secret")
1515
String msGraphUsername = System.getenv("ms_graph_username")
16-
String msGraphGroupId = System.getenv("ms_graph_groupid")
16+
String msGraphGroupId = System.getenv("ms_graph_group_id")
1717

1818
if (!msGraphTenantId || !msGraphClientId || !msGraphClientSecret || !msGraphUsername || !msGraphGroupId) {
1919
msGraphTenantId = "tenant-id"

0 commit comments

Comments
 (0)