mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 16:12:24 -05:00 
			
		
		
		
	testrig: add testing profile field for admin user
This commit is contained in:
		
					parent
					
						
							
								4e5278d215
							
						
					
				
			
			
				commit
				
					
						80490c183e
					
				
			
		
					 1 changed files with 35 additions and 33 deletions
				
			
		|  | @ -395,7 +395,9 @@ func NewTestAccounts() map[string]*gtsmodel.Account { | ||||||
| 			AvatarMediaAttachmentID: "", | 			AvatarMediaAttachmentID: "", | ||||||
| 			HeaderMediaAttachmentID: "", | 			HeaderMediaAttachmentID: "", | ||||||
| 			DisplayName:             "", | 			DisplayName:             "", | ||||||
| 			Fields:                  []*gtsmodel.Field{}, | 			Fields: []*gtsmodel.Field{ | ||||||
|  | 				{Name: "pronouns", Value: "they/them", VerifiedAt: TimeMustParse("0001-01-01T00:00:00Z")}, | ||||||
|  | 			}, | ||||||
| 			Note:                  "", | 			Note:                  "", | ||||||
| 			NoteRaw:               "", | 			NoteRaw:               "", | ||||||
| 			Memorial:              FalseBool(), | 			Memorial:              FalseBool(), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue