add assignee to budget_graph.Node
[utils.git] / src / budget_sync / test / test_write_budget_markdown.py
index 8ff5956ceba01cb5a73558d9c9806c61bb799508..1691edc6f6d2bc23da72c6659ce65b38d0833ff7 100644 (file)
@@ -14,6 +14,7 @@ class TestWriteBudgetMarkdown(unittest.TestCase):
             bugzilla_url = "https://bugzilla.example.com/"
             [milestones]
             [people."person1"]
+            email = "person1@example.com"
             output_markdown_file = "person1.mdwn"
             [people."person2"]
             output_markdown_file = "person2.mdwn"
@@ -25,7 +26,8 @@ class TestWriteBudgetMarkdown(unittest.TestCase):
                     cf_total_budget="0",
                     cf_nlnet_milestone=None,
                     cf_payees_list="",
-                    summary=""),
+                    summary="",
+                    assigned_to="person1@example.com"),
         ], config)
         self.assertEqual([], budget_graph.get_errors())
         with make_filesystem_and_report_if_error(self) as filesystem: