Skip to content

Commit cab8e52

Browse files
committed
update golden files
1 parent a56f342 commit cab8e52

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cli/testdata/coder_users_list_--help.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USAGE:
88
OPTIONS:
99
-c, --column string-array (default: username,email,created_at,status)
1010
Columns to display in table output. Available columns: id, username,
11-
email, created at, status.
11+
email, created at, updated at, status.
1212

1313
-o, --output string (default: table)
1414
Output format. Available formats: table, json.

cli/testdata/coder_users_list_--output_json.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"name": "Test User",
77
"email": "testuser@coder.com",
88
"created_at": "[timestamp]",
9+
"updated_at": "[timestamp]",
910
"last_seen_at": "[timestamp]",
1011
"status": "active",
1112
"login_type": "password",
@@ -27,6 +28,7 @@
2728
"name": "",
2829
"email": "testuser2@coder.com",
2930
"created_at": "[timestamp]",
31+
"updated_at": "[timestamp]",
3032
"last_seen_at": "[timestamp]",
3133
"status": "dormant",
3234
"login_type": "password",

0 commit comments

Comments
 (0)