From 17edc0cea15584d80582da6c2adf8d19a9fb3912 Mon Sep 17 00:00:00 2001 From: James Harrow Date: Wed, 28 Aug 2024 15:09:08 +0100 Subject: [PATCH] Corrected log message in TC_DEM_2.9 step 4b --- src/python_testing/TC_DEM_2_9.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_DEM_2_9.py b/src/python_testing/TC_DEM_2_9.py index 4fbdc510d2cc02..3acc4b7a517ece 100644 --- a/src/python_testing/TC_DEM_2_9.py +++ b/src/python_testing/TC_DEM_2_9.py @@ -108,7 +108,7 @@ async def test_TC_DEM_2_9(self): asserts.assert_is_not_none(forecast.slots[0].maxPower) asserts.assert_is_not_none(forecast.slots[0].nominalEnergy) else: - logging.info('Device does not support StateForecastReporting. Skipping step 4b') + logging.info('Device does not support PowerForecastReporting. Skipping step 4b') self.step("5") await self.send_test_event_trigger_forecast_clear()