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 3d4d311 commit f0cc2d5Copy full SHA for f0cc2d5
tests/backups/test_manager.py
@@ -1757,7 +1757,7 @@ async def test_backup_remove_error(
1757
):
1758
"""Test removing a backup error."""
1759
location: LOCATION_TYPE = backup_locations[0]
1760
- backup_base_path = coresys.backups._get_base_path(location)
+ backup_base_path = coresys.backups._get_base_path(location) # pylint: disable=protected-access
1761
backup_base_path.mkdir(exist_ok=True)
1762
copy(get_fixture_path("backup_example.tar"), backup_base_path)
1763
0 commit comments