diff --git a/tests/test_progit_lib_git.py b/tests/test_progit_lib_git.py index 8298643..b3c6177 100644 --- a/tests/test_progit_lib_git.py +++ b/tests/test_progit_lib_git.py @@ -304,7 +304,7 @@ index 0000000..60f7480 --- /dev/null +++ b/456 @@ -0,0 +1 @@ -+{"status": "Open", "title": "Test issue", "private": false, "content": "We should work on this", "user": {"name": "pingou", "emails": ["bar@pingou.com", "foo@pingou.com"]}, "date_created": null, "comments": []} ++{"status": "Open", "title": "Test issue", "private": false, "content": "We should work on this", "user": {"fullname": "PY C", "name": "pingou", "emails": ["bar@pingou.com", "foo@pingou.com"]}, "date_created": null, "id": 1, "comments": []} \ No newline at end of file """ @@ -362,9 +362,9 @@ index 458821a..77674a8 --- a/123 +++ b/456 @@ -1 +1 @@ --{"status": "Open", "title": "Test issue", "private": false, "content": "We should work on this", "user": {"name": "pingou", "emails": ["bar@pingou.com", "foo@pingou.com"]}, "date_created": null, "comments": []} +-{"status": "Open", "title": "Test issue", "private": false, "content": "We should work on this", "user": {"fullname": "PY C", "name": "pingou", "emails": ["bar@pingou.com", "foo@pingou.com"]}, "date_created": null, "id": 1, "comments": []} \ No newline at end of file -+{"status": "Open", "title": "Test issue", "private": false, "content": "We should work on this", "user": {"name": "pingou", "emails": ["bar@pingou.com", "foo@pingou.com"]}, "date_created": null, "comments": [{"comment": "Hey look a comment!", "date_created": null, "id": 1, "parent": null, "user": {"name": "foo", "emails": ["foo@bar.com"]}}]} ++{"status": "Open", "title": "Test issue", "private": false, "content": "We should work on this", "user": {"fullname": "PY C", "name": "pingou", "emails": ["bar@pingou.com", "foo@pingou.com"]}, "date_created": null, "id": 1, "comments": [{"comment": "Hey look a comment!", "date_created": null, "id": 1, "parent": null, "user": {"fullname": "foo bar", "name": "foo", "emails": ["foo@bar.com"]}}]} \ No newline at end of file """