mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-07 04:20:54 +00:00
SDK update generated by liblab
This commit is contained in:
@@ -8,8 +8,8 @@ class TestGetServerIdentityResponseModel(unittest.TestCase):
|
||||
|
||||
def test_get_server_identity_response(self):
|
||||
# Create GetServerIdentityResponse class instance
|
||||
test_model = GetServerIdentityResponse(MediaContainer={"eum": 1})
|
||||
self.assertEqual(test_model.MediaContainer, {"eum": 1})
|
||||
test_model = GetServerIdentityResponse(MediaContainer={"similique": 3})
|
||||
self.assertEqual(test_model.MediaContainer, {"similique": 3})
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user