Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_can_get_meeting_component(self):
client = ZoomClient("KEY", "SECRET")
self.assertIsInstance(client.meeting, components.meeting.MeetingComponentV2)