This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from JupiterOne/INT-11046
Int 11046
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ Object { | |
"adminCreated": true, | ||
"aliases": Array [ | ||
"[email protected]", | ||
"[email protected]", | ||
], | ||
"description": "[email protected] distribution list", | ||
"directMembersCount": "5", | ||
|
@@ -29,6 +30,10 @@ Object { | |
], | ||
"_type": "google_group", | ||
"adminCreated": true, | ||
"aliases": Array [ | ||
"[email protected]", | ||
"[email protected]", | ||
], | ||
"createdOn": undefined, | ||
"description": "[email protected] distribution list", | ||
"directMembersCount": "5", | ||
|
@@ -37,6 +42,9 @@ Object { | |
"id": "0184mhaj0imamcg", | ||
"kind": "admin#directory#group", | ||
"name": "Random", | ||
"nonEditableAliases": Array [ | ||
"[email protected]", | ||
], | ||
} | ||
`; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -663,6 +663,7 @@ Object { | |
], | ||
"_type": "google_group", | ||
"adminCreated": true, | ||
"aliases": undefined, | ||
"createdOn": undefined, | ||
"description": "Developers on JupiterOne integrations team", | ||
"directMembersCount": "3", | ||
|
@@ -671,6 +672,9 @@ Object { | |
"id": "023ckvvd4kecvcb", | ||
"kind": "admin#directory#group", | ||
"name": "Integration Developers", | ||
"nonEditableAliases": Array [ | ||
"[email protected]", | ||
], | ||
}, | ||
Object { | ||
"_class": Array [ | ||
|
@@ -697,6 +701,7 @@ Object { | |
], | ||
"_type": "google_group", | ||
"adminCreated": true, | ||
"aliases": undefined, | ||
"createdOn": undefined, | ||
"description": "", | ||
"directMembersCount": "0", | ||
|
@@ -705,6 +710,9 @@ Object { | |
"id": "00sqyw643dnjpsf", | ||
"kind": "admin#directory#group", | ||
"name": "OverlappingEmailTest1", | ||
"nonEditableAliases": Array [ | ||
"[email protected]", | ||
], | ||
}, | ||
Object { | ||
"_class": Array [ | ||
|
@@ -731,6 +739,7 @@ Object { | |
], | ||
"_type": "google_group", | ||
"adminCreated": true, | ||
"aliases": undefined, | ||
"createdOn": undefined, | ||
"description": "Test additional group", | ||
"directMembersCount": "1", | ||
|
@@ -739,6 +748,9 @@ Object { | |
"id": "03cqmetx36hgkxw", | ||
"kind": "admin#directory#group", | ||
"name": "TestExtraGroup", | ||
"nonEditableAliases": Array [ | ||
"[email protected]", | ||
], | ||
}, | ||
Object { | ||
"_class": Array [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ function getMockGroup( | |
directMembersCount: '5', | ||
description: '[email protected] distribution list', | ||
adminCreated: true, | ||
aliases: ['[email protected]'], | ||
aliases: ['[email protected]', '[email protected]'], | ||
nonEditableAliases: ['[email protected]'], | ||
...partial, | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters