add more test data

This commit is contained in:
lpm0073 2022-10-06 08:12:05 -05:00
parent 65335d6a0e
commit 7c99eb3b88
3 changed files with 19 additions and 3 deletions

View File

@ -7,9 +7,6 @@
"is_staff": true,
"is_superuser": true,
"last_name": "McDaniel",
"refresh_token": "",
"scope": "",
"token_type": "",
"user_status": "0",
"username": "mcdaniel"
}

View File

@ -0,0 +1,15 @@
{
"date_joined": "2022-10-04 00:46:37",
"email": "lpm0073@gmail.com",
"first_name": "Lawrence",
"fullname": "Lawrence McDaniel",
"id": 6,
"is_staff": true,
"is_superuser": true,
"last_name": "McDaniel",
"refresh_token": "",
"scope": "",
"token_type": "",
"user_status": "0",
"username": "mcdaniel"
}

View File

@ -0,0 +1,4 @@
{
"error": "expired_token",
"error_description": "The access token provided has expired"
}