mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
SDK update generated by liblab
This commit is contained in:
@@ -8,8 +8,8 @@ class TestGetTranscodeSessionsResponseModel(unittest.TestCase):
|
||||
|
||||
def test_get_transcode_sessions_response(self):
|
||||
# Create GetTranscodeSessionsResponse class instance
|
||||
test_model = GetTranscodeSessionsResponse(MediaContainer={"eaque": 9})
|
||||
self.assertEqual(test_model.MediaContainer, {"eaque": 9})
|
||||
test_model = GetTranscodeSessionsResponse(MediaContainer={"ab": 3})
|
||||
self.assertEqual(test_model.MediaContainer, {"ab": 3})
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user