add support for reporting the closest task that is in a signed MoU
[utils.git] / src / budget_sync / test / test_write_budget_csv.py
index a95a686d54382d29b603b6a2b271451c7a0e04c3..08182fd75a4d884844bc4ff592eec5aade18a8de 100644 (file)
@@ -41,7 +41,8 @@ class TestWriteBudgetMarkdown(unittest.TestCase):
                     person2 = {amount=421,paid=2020-01-01}
                     """,
                     summary="",
-                    assigned_to="person2@example.com"),
+                    assigned_to="person2@example.com",
+                    cf_is_in_nlnet_mou2="Yes"),
             MockBug(bug_id=2,
                     cf_budget_parent=None,
                     cf_budget="0",
@@ -49,7 +50,8 @@ class TestWriteBudgetMarkdown(unittest.TestCase):
                     cf_nlnet_milestone="milestone 2",
                     cf_payees_list="",
                     summary="",
-                    assigned_to="person2@example.com"),
+                    assigned_to="person2@example.com",
+                    cf_is_in_nlnet_mou2="Yes"),
         ], config)
         self.assertEqual([], budget_graph.get_errors())
         # pretty_print(budget_graph)