test(cli/clitest): pad replacements for table alignment (#15942)

This commit is contained in:
Mathias Fredriksson
2024-12-20 00:06:22 +02:00
committed by GitHub
parent 63572d9f53
commit d59fddbf6a
4 changed files with 61 additions and 51 deletions

View File

@ -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": []
}