Skip to content

Commit 87b838b

Browse files
authored
add MoviesSearch to test_radarr.py
1 parent 9d328d9 commit 87b838b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_radarr.py

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def test_post_command(radarr_client: RadarrAPI):
3838
assert isinstance(data, dict)
3939
data = radarr_client.post_command(name="MissingMoviesSearch")
4040
assert isinstance(data, dict)
41+
data = radarr_client.post_command(name="MoviesSearch")
42+
assert isinstance(data, dict)
4143
data = radarr_client.post_command(name="DownloadedMoviesScan")
4244
assert isinstance(data, dict)
4345
data = radarr_client.post_command(name="RenameFiles", files=[1, 2, 3])

0 commit comments

Comments
 (0)