Browse Source

Update load test for GardenPAC heatpump for generic class.

When removing the gardenpac legacy class, the test for recognizing and loading
it was missed, leading to a failure.
Jason Rumney 5 năm trước cách đây
mục cha
commit
d14d15471d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test_device_config.py

+ 1 - 1
tests/test_device_config.py

@@ -188,7 +188,7 @@ class TestDeviceConfig(unittest.TestCase):
         self._test_detect(
         self._test_detect(
             GARDENPAC_HEATPUMP_PAYLOAD,
             GARDENPAC_HEATPUMP_PAYLOAD,
             CONF_TYPE_GARDENPAC_HEATPUMP,
             CONF_TYPE_GARDENPAC_HEATPUMP,
-            "GardenPACPoolHeatpump",
+            None,
         )
         )
 
 
     def test_purline_heater_detection(self):
     def test_purline_heater_detection(self):