Skip to content

Commit 1139f5f

Browse files
committed
Add test for retrieving items from a hub search media tag
1 parent 61f49f5 commit 1139f5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def test_server_search(plex, movie):
135135
assert hub_tag.tagType == 1
136136
assert hub_tag.tagValue is None
137137
assert hub_tag.thumb is None
138+
assert movie in hub_tag.items()
138139
# Test director search
139140
director = movie.directors[0]
140141
assert plex.search(director.tag, mediatype="director")

0 commit comments

Comments
 (0)