File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,18 @@ export const MockOrganization2: TypesGen.Organization = {
39
39
is_default : false ,
40
40
} ;
41
41
42
+ export const MockOrganization3 : TypesGen . Organization = {
43
+ id : "my-organization-3-id" ,
44
+ name : "my-organization-3" ,
45
+ display_name : "My Organization 3" ,
46
+ description :
47
+ "Yet another organization that will show up in OrganizationPills." ,
48
+ icon : "/emojis/1f957.png" ,
49
+ created_at : "" ,
50
+ updated_at : "" ,
51
+ is_default : false ,
52
+ } ;
53
+
42
54
export const MockTemplateDAUResponse : TypesGen . DAUsResponse = {
43
55
tz_hour_offset : 0 ,
44
56
entries : [
@@ -2926,7 +2938,11 @@ export const MockOrganizationSyncSettings2: TypesGen.OrganizationSyncSettings =
2926
2938
{
2927
2939
field : "organization-test" ,
2928
2940
mapping : {
2929
- "idp-org-1" : [ "my-organization-id" , "my-organization-2-id" ] ,
2941
+ "idp-org-1" : [
2942
+ "my-organization-id" ,
2943
+ "my-organization-2-id" ,
2944
+ "my-organization-3-id" ,
2945
+ ] ,
2930
2946
"idp-org-2" : [ "my-organization-id" ] ,
2931
2947
} ,
2932
2948
organization_assign_default : true ,
You can’t perform that action at this time.
0 commit comments