File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,14 +545,14 @@ func TestRenderFilesListText(t *testing.T) {
545545
546546func TestRenderWhoamiText (t * testing.T ) {
547547 text , ok := renderText ("whoami" , map [string ]any {
548- "displayName" : "Cameron Harris" ,
549- "userPrincipalName" : "cam@example.com" ,
550- "mail" : "cam@example.com" ,
551- "id" : "user-abc-123" ,
552- "jobTitle" : "Engineer" ,
553- "officeLocation" : "Remote" ,
554- "mobilePhone" : "+1 555 0100" ,
555- "preferredLanguage" : "en-US" ,
548+ "displayName" : "Cameron Harris" ,
549+ "userPrincipalName" : "cam@example.com" ,
550+ "mail" : "cam@example.com" ,
551+ "id" : "user-abc-123" ,
552+ "jobTitle" : "Engineer" ,
553+ "officeLocation" : "Remote" ,
554+ "mobilePhone" : "+1 555 0100" ,
555+ "preferredLanguage" : "en-US" ,
556556 })
557557 if ! ok {
558558 t .Fatal ("expected renderer to handle whoami" )
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ const (
5252type storeMode int
5353
5454const (
55- modePlain storeMode = iota // no encryption
56- modeAES256GCM // AES-256-GCM with explicit key
57- modeKeyring // key from platform keyring
55+ modePlain storeMode = iota // no encryption
56+ modeAES256GCM // AES-256-GCM with explicit key
57+ modeKeyring // key from platform keyring
5858)
5959
6060// keyConfig holds parsed configuration from MSX_STORE_KEY.
You can’t perform that action at this time.
0 commit comments