Changes between Initial Version and Version 1 of Ticket #29189, comment 6


Ignore:
Timestamp:
Mar 9, 2018, 4:44:23 AM (7 years ago)
Author:
James Pic

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29189, comment 6

    initial v1  
    1111
    1212    # Let's just make an HTTP response !
    13     assert a.adapters.add('googlemdc.Form').add('django.ProcessFormResponse').steps.process().payload.response
     13    assert a.adapters.add('googlemdc.Form').add('django.ProcessFormResponse').steps.process(request=request).payload.response
    1414
    1515}}}
Back to Top