Skip to content

Commit afced2a

Browse files
committed
Fix golden
1 parent 7df71de commit afced2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/testdata/coder_users_list_--output_json.golden

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"id": "[first user ID]",
44
"username": "testuser",
5+
"name": "",
56
"email": "testuser@coder.com",
67
"created_at": "[timestamp]",
78
"last_seen_at": "[timestamp]",
@@ -22,6 +23,7 @@
2223
{
2324
"id": "[second user ID]",
2425
"username": "testuser2",
26+
"name": "",
2527
"email": "testuser2@coder.com",
2628
"created_at": "[timestamp]",
2729
"last_seen_at": "[timestamp]",

0 commit comments

Comments
 (0)