def test_gather(self): request = self.factory.post(self.gather_uri) self.assertEquals( gather(request).status_code, 200, )
def test_gather(self): request = self.factory.post(self.gather_uri, HTTP_X_TWILIO_SIGNATURE=self.signature) self.assertEquals(gather(request).status_code, 200)