def ListHuntClients(self, args, token=None):
     return api_hunt.ApiListHuntClientsHandler()
예제 #2
0
 def setUp(self):
   super(ApiListHuntClientsHandlerTest, self).setUp()
   self.handler = hunt_plugin.ApiListHuntClientsHandler()