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 TestGetServerListResponseModel(unittest.TestCase):
|
||||
|
||||
def test_get_server_list_response(self):
|
||||
# Create GetServerListResponse class instance
|
||||
test_model = GetServerListResponse(MediaContainer={"asperiores": 6})
|
||||
self.assertEqual(test_model.MediaContainer, {"asperiores": 6})
|
||||
test_model = GetServerListResponse(MediaContainer={"dicta": 1})
|
||||
self.assertEqual(test_model.MediaContainer, {"dicta": 1})
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user