Skip to content

Commit 0f20295

Browse files
committed
fix section call
1 parent 050572d commit 0f20295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_library_add_edit_delete(plex, movies, photos):
177177
assert len(section.locations) == 1
178178
# Attempt to remove all locations
179179
with pytest.raises(BadRequest):
180-
plex.library.removeLocations(section.locations)
180+
section.removeLocations(section.locations)
181181
section.delete()
182182
assert section not in plex.library.sections()
183183

0 commit comments

Comments
 (0)