class DaVinciPASTestKit::DaVinciPASV201::PasClientResponseBundleValidationTest

def request_type

def request_type
  'submit'
end

def target_user_input

def target_user_input
  case workflow_tag
  when APPROVAL_WORKFLOW_TAG
    :approval_json_response
  when DENIAL_WORKFLOW_TAG
    :denial_json_response
  when PENDED_WORKFLOW_TAG
    :pended_json_response
  end
end

def workflow_tag

def workflow_tag
  config.options[:workflow_tag]
end