diff options
Diffstat (limited to 'tests/regressiontests/comment_tests/fixtures/comment_tests.json')
| -rw-r--r-- | tests/regressiontests/comment_tests/fixtures/comment_tests.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/regressiontests/comment_tests/fixtures/comment_tests.json b/tests/regressiontests/comment_tests/fixtures/comment_tests.json index b10326930e..6731876e22 100644 --- a/tests/regressiontests/comment_tests/fixtures/comment_tests.json +++ b/tests/regressiontests/comment_tests/fixtures/comment_tests.json @@ -37,7 +37,10 @@ "pk" : 100, "fields" : { "username" : "normaluser", - "password" : "34ea4aaaf24efcbb4b30d27302f8657f" + "password" : "34ea4aaaf24efcbb4b30d27302f8657f", + "first_name": "Joe", + "last_name": "Normal", + "email": "joe.normal@example.com" } } ] |
