Skip to content

Commit

Permalink
Merge pull request #2383 from phillxnet/2382_Test_fixtures_non_functi…
Browse files Browse the repository at this point in the history
…onal

(t) Test fixtures non functional #2382
  • Loading branch information
phillxnet committed Jun 22, 2022
2 parents d97a200 + 77057ae commit afa3e41
Show file tree
Hide file tree
Showing 9 changed files with 125 additions and 4,069 deletions.
20 changes: 20 additions & 0 deletions src/rockstor/storageadmin/fixtures/test_api.json
@@ -0,0 +1,20 @@
[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$36000$yMUGZdD9N0IA$bqdiDoqzWWaKd/8m9wQdYYw/l+I4M+JqRRNxb+TXldY=",
"last_login": "2022-06-20T15:00:58.830Z",
"is_superuser": false,
"username": "admin",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": false,
"is_active": true,
"date_joined": "2022-06-20T14:59:40.204Z",
"groups": [],
"user_permissions": []
}
}
]

0 comments on commit afa3e41

Please sign in to comment.