mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-26 05:30:20 +00:00
incorrect exception
This commit is contained in:
parent
5494c1e90d
commit
ebcadd2996
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ def test_library_add_edit_delete(plex, movies, photos):
|
|||
scanner="Plex Video Files Scanner",
|
||||
language="en",
|
||||
)
|
||||
with pytest.raises(BadRequest):
|
||||
with pytest.raises(NotFound):
|
||||
plex.library.section(error_section_name)
|
||||
new_title = "a renamed lib"
|
||||
section.edit(name=new_title)
|
||||
|
|
Loading…
Reference in a new issue