feat(ISSUE-8): fixing error caused by ManyToManyField on confirmation (#9)

* feat(ISSUE-8): ISSUE-8: ManyToManyField causes error on confirmations

* feat(ISSUE-8): Update some readme and remove print statements

Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
This commit is contained in:
Thu Trang Pham
2021-02-19 21:25:15 -08:00
committed by GitHub
parent af31f2f966
commit 375b3d0917
6 changed files with 47 additions and 23 deletions
@@ -165,7 +165,6 @@ class TestConfirmChangeAndAdd(TestCase):
# Form invalid should show errors on form
self.assertEqual(response.status_code, 200)
print(response.rendered_content)
self.assertIsNotNone(response.context_data.get("errors"))
self.assertEqual(
response.context_data["errors"][0],