File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -485,33 +485,33 @@ export const MockMemberPermissions = {
485
485
} ;
486
486
487
487
export const MockUserOwner : TypesGen . User = {
488
- id : "owner " ,
489
- username : "owner " ,
490
- email : "owner @coder.com" ,
491
- created_at : "2022-09-14T19:12:21Z " ,
492
- updated_at : "2022-09-14T19:12:21Z " ,
488
+ id : "test-user " ,
489
+ username : "TestUser " ,
490
+ email : "test @coder.com" ,
491
+ created_at : "" ,
492
+ updated_at : "" ,
493
493
status : "active" ,
494
494
organization_ids : [ MockOrganization . id ] ,
495
495
roles : [ MockOwnerRole ] ,
496
496
avatar_url : "https://avatars.githubusercontent.com/u/95932066?s=200&v=4" ,
497
- last_seen_at : "2022-09-14T19:12:21Z " ,
497
+ last_seen_at : "" ,
498
498
login_type : "password" ,
499
- name : "Owner " ,
499
+ name : "" ,
500
500
} ;
501
501
502
502
export const MockUserMember : TypesGen . User = {
503
- id : "member " ,
504
- username : "member " ,
505
- email : "member @coder.com" ,
506
- created_at : "2022-09-14T19:12:21Z " ,
507
- updated_at : "2022-09-14T19:12:21Z " ,
503
+ id : "test-user-2 " ,
504
+ username : "TestUser2 " ,
505
+ email : "test2 @coder.com" ,
506
+ created_at : "" ,
507
+ updated_at : "" ,
508
508
status : "active" ,
509
509
organization_ids : [ MockOrganization . id ] ,
510
510
roles : [ ] ,
511
511
avatar_url : "" ,
512
512
last_seen_at : "2022-09-14T19:12:21Z" ,
513
513
login_type : "oidc" ,
514
- name : "Member " ,
514
+ name : "Mock User The Second " ,
515
515
} ;
516
516
517
517
export const SuspendedMockUser : TypesGen . User = {
You can’t perform that action at this time.
0 commit comments