48
48
self.assertIsNone(_notify_addresses_path(self.config))
50
50
path = os.path.join(self.temp_dir, "etc", "notify-addresses")
53
52
self.assertEqual(path, _notify_addresses_path(self.config))
55
54
path = os.path.join(self.temp_dir, "production", "notify-addresses")
58
56
self.assertEqual(path, _notify_addresses_path(self.config))