Ejemplo n.º 1
0
    def test_task_post_data_run(self):

        d = DeliverHook()
        ret = d.run('http://www.example.com', {'junk': 'payload'})
Ejemplo n.º 2
0
    def test_task_post_data_run(self):

        d = DeliverHook()
        ret = d.run('http://www.example.com', {'junk': 'payload'})