We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a4cfc commit f88dec7Copy full SHA for f88dec7
tests/jobs/test_job_decorator.py
@@ -1408,7 +1408,9 @@ async def execute(self):
1408
1409
coresys.resolution.unsupported.append(UnsupportedReason.CORE_VERSION)
1410
assert not await test.execute()
1411
- assert "blocked from execution, unsupported Core version" in caplog.text
+ assert (
1412
+ "blocked from execution, unsupported Home Assistant Core version" in caplog.text
1413
+ )
1414
1415
coresys.jobs.ignore_conditions = [JobCondition.CORE_SUPPORTED]
1416
assert await test.execute()
0 commit comments