Ejemplo n.º 1
0
 def test_can_set_api_key(self):
     client = ZoomClient('KEY', 'SECRET')
     client.api_key = 'NEW-KEY'
     self.assertEqual(client.api_key, 'NEW-KEY')
Ejemplo n.º 2
0
 def test_can_set_api_key(self):
     client = ZoomClient('KEY', 'SECRET')
     client.api_key = 'NEW-KEY'
     self.assertEqual(client.api_key, 'NEW-KEY')
Ejemplo n.º 3
0
 def test_can_set_api_key(self):
     client = ZoomClient("KEY", "SECRET")
     client.api_key = "NEW-KEY"
     self.assertEqual(client.api_key, "NEW-KEY")