- name: form_post_literal
  request: http://localhost:3000/get
  response: 
   - text: 'do not match'
     on_failure: 
      goto: json_post

- actions: 
   - fail: Should have been skipped

- name: json_post
  request: http://localhost:3000/get
