mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 22:24:12 +00:00
forgot one.
This commit is contained in:
parent
0e2c7fb7e6
commit
9e9244fcfb
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ def test_library_MovieSection_refresh(movies, patched_http_call):
|
|||
|
||||
|
||||
def test_library_MovieSection_search_genre(movie, movies):
|
||||
animation = [i for i in movie.genres if i.tag == 'Animation']
|
||||
assert len(movies.search(genre=animation[0])) > 1
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue