mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
test(cli/clitest): pad replacements for table alignment (#15942)
This commit is contained in:
committed by
GitHub
parent
63572d9f53
commit
d59fddbf6a
@ -1,18 +1,18 @@
|
||||
[
|
||||
{
|
||||
"id": "[first user ID]",
|
||||
"id": "==========[first user ID]===========",
|
||||
"username": "testuser",
|
||||
"avatar_url": "",
|
||||
"name": "Test User",
|
||||
"email": "testuser@coder.com",
|
||||
"created_at": "[timestamp]",
|
||||
"updated_at": "[timestamp]",
|
||||
"last_seen_at": "[timestamp]",
|
||||
"created_at": "====[timestamp]=====",
|
||||
"updated_at": "====[timestamp]=====",
|
||||
"last_seen_at": "====[timestamp]=====",
|
||||
"status": "active",
|
||||
"login_type": "password",
|
||||
"theme_preference": "",
|
||||
"organization_ids": [
|
||||
"[first org ID]"
|
||||
"===========[first org ID]==========="
|
||||
],
|
||||
"roles": [
|
||||
{
|
||||
@ -22,19 +22,19 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "[second user ID]",
|
||||
"id": "==========[second user ID]==========",
|
||||
"username": "testuser2",
|
||||
"avatar_url": "",
|
||||
"name": "",
|
||||
"email": "testuser2@coder.com",
|
||||
"created_at": "[timestamp]",
|
||||
"updated_at": "[timestamp]",
|
||||
"last_seen_at": "[timestamp]",
|
||||
"created_at": "====[timestamp]=====",
|
||||
"updated_at": "====[timestamp]=====",
|
||||
"last_seen_at": "====[timestamp]=====",
|
||||
"status": "dormant",
|
||||
"login_type": "password",
|
||||
"theme_preference": "",
|
||||
"organization_ids": [
|
||||
"[first org ID]"
|
||||
"===========[first org ID]==========="
|
||||
],
|
||||
"roles": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user