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 2323f9f commit 072b656Copy full SHA for 072b656
tests/backups/test_manager.py
@@ -1735,7 +1735,7 @@ async def test_backup_remove_error(
1735
):
1736
"""Test removing a backup error."""
1737
location: LOCATION_TYPE = backup_locations[0]
1738
- backup_base_path = coresys.backups._get_base_path(location)
+ backup_base_path = coresys.backups._get_base_path(location) # pylint: disable=protected-access
1739
backup_base_path.mkdir(exist_ok=True)
1740
copy(get_fixture_path("backup_example.tar"), backup_base_path)
1741
0 commit comments