Skip to content

Commit

Permalink
Fix the issue70.json test file so it's usable as a fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 5, 2020
1 parent 9c68f36 commit fa61592
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions survey/tests/issue70.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"model": "auth.user",
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$30000$9I20UakFTpfx$y7eJAH51Uet6UY3A56g+JLEiG4qvks9XyGZnXy5B0E4=",
"last_login": "2017-03-19T11:21:55.386Z",
"is_superuser": true,
"username": "adminebd",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": true,
"is_active": true,
"date_joined": "2017-03-19T11:14:45.991Z",
"groups": [],
"user_permissions": []
}
},
{
"model": "survey.survey",
"pk": 4,
Expand Down Expand Up @@ -113,7 +131,7 @@
"category": null,
"survey": 4,
"type": "select-multiple",
"choices": "Calls/Letters, Files, Admin, Talking to about next service, Recoveries, Hiring, Events, Promotion"
"choices": "Calls, Letters, Files, Admin, Talking to about next service, Recoveries, Hiring, Events, Promotion"
}
},
{
Expand Down Expand Up @@ -222,7 +240,7 @@
"response": 1,
"created": "2020-02-04T06:39:22.391Z",
"updated": "2020-02-04T15:20:34.483Z",
"body": "None"
"body": null
}
},
{
Expand Down Expand Up @@ -266,7 +284,7 @@
"response": 1,
"created": "2020-02-04T06:39:22.400Z",
"updated": "2020-02-04T15:20:34.501Z",
"body": "['admin', 'calls', 'events']"
"body": "['Admin', 'Calls', 'Events']"
}
},
{
Expand All @@ -288,7 +306,7 @@
"response": 1,
"created": "2020-02-04T06:39:22.404Z",
"updated": "2020-02-04T15:20:34.508Z",
"body": "None"
"body": null
}
},
{
Expand Down

0 comments on commit fa61592

Please sign in to comment.