Skip to content

Commit f0cc2d5

Browse files
agnersmdegat01
authored andcommitted
Address pylint
1 parent 3d4d311 commit f0cc2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backups/test_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ async def test_backup_remove_error(
17571757
):
17581758
"""Test removing a backup error."""
17591759
location: LOCATION_TYPE = backup_locations[0]
1760-
backup_base_path = coresys.backups._get_base_path(location)
1760+
backup_base_path = coresys.backups._get_base_path(location) # pylint: disable=protected-access
17611761
backup_base_path.mkdir(exist_ok=True)
17621762
copy(get_fixture_path("backup_example.tar"), backup_base_path)
17631763

0 commit comments

Comments
 (0)