Skip to content

Commit 9302f0d

Browse files
committed
additional edit coverage
1 parent 0882b8f commit 9302f0d

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
@@ -172,7 +172,7 @@ def test_library_add_edit_delete(plex, movies, photos):
172172
section.addLocations(photo_location)
173173
section.reload()
174174
assert len(section.locations) == 2
175-
section.edit(**{'location': [movie_location]})
175+
section.edit(**{'location': movie_location})
176176
section.reload()
177177
assert len(section.locations) == 1
178178
# Attempt to remove all locations

0 commit comments

Comments
 (0)