Skip to content

Commit 5422157

Browse files
committed
fix id
1 parent c7a6ce8 commit 5422157

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/testHelpers/entities.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,9 @@ export const MockGroup: TypesGen.Group = {
25062506
};
25072507

25082508
const MockEveryoneGroup: TypesGen.Group = {
2509-
id: `${MockOrganization.id}-everyone`,
2509+
// The "Everyone" group must have the same ID as a the organization it belongs
2510+
// to.
2511+
id: MockOrganization.id,
25102512
name: "Everyone",
25112513
display_name: "",
25122514
organization_id: MockOrganization.id,

0 commit comments

Comments
 (0)