Kaynağa Gözat

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 4 yıl önce
ebeveyn
işleme
d14d15471d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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):