← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~rvb/maas/config-table into lp:maas

 

Hmmm... this looks like it contains a spurious line:

284	+    def test_manager_get_config_found(self):
285	+        Config.objects.create(name='name', value='config')
286	+        Config.objects.filter(value__isnull=True)
287	+        config = Config.objects.get_config('name')
288	+        self.assertEqual('config', config)

Line 286 does not appear to do anything useful.
-- 
https://code.launchpad.net/~rvb/maas/config-table/+merge/93861
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/config-table into lp:maas.


Follow ups

References