Skip to content

Commit 072b656

Browse files
committed
Address pylint
1 parent 2323f9f commit 072b656

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
@@ -1735,7 +1735,7 @@ async def test_backup_remove_error(
17351735
):
17361736
"""Test removing a backup error."""
17371737
location: LOCATION_TYPE = backup_locations[0]
1738-
backup_base_path = coresys.backups._get_base_path(location)
1738+
backup_base_path = coresys.backups._get_base_path(location) # pylint: disable=protected-access
17391739
backup_base_path.mkdir(exist_ok=True)
17401740
copy(get_fixture_path("backup_example.tar"), backup_base_path)
17411741

0 commit comments

Comments
 (0)