Fix movie audio profile test by JonnyWong16 · Pull Request #1580 · pushingkarmaorg/python-plexapi
Navigation Menu
{{ message }}
pushingkarmaorg / python-plexapi Public
- Notifications You must be signed in to change notification settings
- Fork 199
Merged
JonnyWong16 merged 2 commits intopushingkarmaorg:masterfrom
Jan 30, 2026Merged
Fix movie audio profile test#1580
JonnyWong16 merged 2 commits intopushingkarmaorg:masterfrom
Fix movie audio profile test#1580
JonnyWong16 merged 2 commits intopushingkarmaorg:masterfrom
Conversation
Copy link Copy Markdown
Collaborator
JonnyWong16
commented
Jan 30, 2026
JonnyWong16
commented
Description
Fix movie audio profile test.
Missed tests in #1579.
Type of change
Please delete options that are not relevant.
- Bug fix (non-breaking change which fixes an issue)
Checklist:
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas
- I have added or updated the docstring for new or existing methods
- I have added tests when applicable
JonnyWong16 added 2 commits
January 30, 2026 11:00Copilot AI review requested due to automatic review settings
January 30, 2026 19:27
JonnyWong16
added
the
non-breaking
label
Copilot AI reviewed Jan 30, 2026
Copy link Copy Markdown
Contributor
Copilot
AI
left a comment
Copilot AI left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes movie audio profile test assertions to correctly handle cases where the audio profile attribute may be None in addition to the expected "lc" (low complexity) value. These test updates were missed in PR #1579.
Changes:
- Updated three test assertions from strict equality checks to membership checks that allow
Noneor "lc" values
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JonnyWong16
deleted the
hotfix/movie_audio_profile_test
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment