Skip to content

Commit

Permalink
💚 update demodata with token model change
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed May 2, 2024
1 parent aed4b7f commit c1d669c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/objects/fixtures/demodata.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,20 +772,21 @@
},
{
"model": "token.tokenauth",
"pk": "cd63e158f3aca276ef284e3033d020a22899c728",
"pk": 1,
"fields": {
"contact_person": "test",
"email": "let@me.test",
"organization": "",
"last_modified": "2020-12-23T11:43:16.820Z",
"created": "2020-12-22T16:27:00.751Z"
"created": "2020-12-22T16:27:00.751Z",
"token": "cd63e158f3aca276ef284e3033d020a22899c728"
}
},
{
"model": "token.permission",
"pk": 1,
"fields": {
"token_auth": "cd63e158f3aca276ef284e3033d020a22899c728",
"token_auth": 1,
"object_type": 2,
"mode": "read_and_write"
}
Expand All @@ -794,7 +795,7 @@
"model": "token.permission",
"pk": 2,
"fields": {
"token_auth": "cd63e158f3aca276ef284e3033d020a22899c728",
"token_auth": 1,
"object_type": 1,
"mode": "read_and_write"
}
Expand Down

0 comments on commit c1d669c

Please sign in to comment.