Skip to content

Commit

Permalink
fixes update for new year
Browse files Browse the repository at this point in the history
  • Loading branch information
smirolo committed Jan 6, 2025
1 parent 95de2f8 commit 32644cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testsite/fixtures/100-balance-due.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"fields": {
"slug": "xia-balance-due",
"created_at": "2025-12-20T00:00:00Z",
"created_at": "2025-01-01T00:00:00Z",
"is_active": true,
"full_name": "Xia",
"email": "xia+balance-due@localhost.localdomain",
Expand Down Expand Up @@ -30,14 +30,14 @@
},
{
"fields": {
"date_joined": "2025-12-20T00:00:00Z",
"date_joined": "2025-01-01T00:00:00Z",
"email": "xia+balance-due@localhost.localdomain",
"first_name": "Xia",
"groups": [],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2025-12-20T00:00:00Z",
"last_login": "2025-01-01T00:00:00Z",
"last_name": "BalanceDue",
"password": "pbkdf2_sha256$10000$z0MBiWn0Rlem$iZdC6uHomlE07qGK/TqfcfxNzKJtFp03c0JILF1frRc=",
"user_permissions": [],
Expand Down

0 comments on commit 32644cd

Please sign in to comment.