clean up after changing Node.is_in_nlnet_mou to be a computed property
[utils.git] / src / budget_sync / test / test_write_budget_csv.py
index 08182fd75a4d884844bc4ff592eec5aade18a8de..a95a686d54382d29b603b6a2b271451c7a0e04c3 100644 (file)
@@ -41,8 +41,7 @@ class TestWriteBudgetMarkdown(unittest.TestCase):
                     person2 = {amount=421,paid=2020-01-01}
                     """,
                     summary="",
-                    assigned_to="person2@example.com",
-                    cf_is_in_nlnet_mou2="Yes"),
+                    assigned_to="person2@example.com"),
             MockBug(bug_id=2,
                     cf_budget_parent=None,
                     cf_budget="0",
@@ -50,8 +49,7 @@ class TestWriteBudgetMarkdown(unittest.TestCase):
                     cf_nlnet_milestone="milestone 2",
                     cf_payees_list="",
                     summary="",
-                    assigned_to="person2@example.com",
-                    cf_is_in_nlnet_mou2="Yes"),
+                    assigned_to="person2@example.com"),
         ], config)
         self.assertEqual([], budget_graph.get_errors())
         # pretty_print(budget_graph)