File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
WSType .SUPERVISOR_EVENT : "2021.2.4" ,
35
35
WSType .BACKUP_START : "2022.1.0" ,
36
36
WSType .BACKUP_END : "2022.1.0" ,
37
- WSType .BACKUP_COMPLETE : "2024 .11.99" ,
37
+ WSType .BACKUP_COMPLETE : "2025 .11.99" ,
38
38
}
39
39
40
40
_LOGGER : logging .Logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change @@ -1983,7 +1983,7 @@ async def test_partial_backup_complete_ws_message(
1983
1983
"""Test WS message notifies core when a partial backup is complete."""
1984
1984
coresys .core .state = CoreState .RUNNING
1985
1985
coresys .hardware .disk .get_disk_free_space = lambda x : 5000
1986
- ha_ws_client .ha_version = AwesomeVersion ("2024 .12.0" )
1986
+ ha_ws_client .ha_version = AwesomeVersion ("2025 .12.0" )
1987
1987
1988
1988
# Test a partial backup
1989
1989
job , backup_task = coresys .jobs .schedule_job (
@@ -2015,7 +2015,7 @@ async def test_full_backup_complete_ws_message(
2015
2015
"""Test WS message notifies core when a full backup is complete."""
2016
2016
coresys .core .state = CoreState .RUNNING
2017
2017
coresys .hardware .disk .get_disk_free_space = lambda x : 5000
2018
- ha_ws_client .ha_version = AwesomeVersion ("2024 .12.0" )
2018
+ ha_ws_client .ha_version = AwesomeVersion ("2025 .12.0" )
2019
2019
2020
2020
# Test a full backup
2021
2021
job , backup_task = coresys .jobs .schedule_job (
You can’t perform that action at this time.
0 commit comments