mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Change movie for collection delete test
This commit is contained in:
parent
18e2f15b57
commit
858fb18f7f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def test_Collection_edit(collection):
|
|||
|
||||
def test_Collection_delete(movies):
|
||||
delete_collection = "delete_collection"
|
||||
movie = movies.get("Sita Sings the Blues")
|
||||
movie = movies.get("Sintel")
|
||||
movie.addCollection(delete_collection)
|
||||
collections = movies.collections(title=delete_collection)
|
||||
assert len(collections) == 1
|
||||
|
|
Loading…
Reference in a new issue