You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
543 B

*** Settings ***
Library urllib3
Library Collections
Library RequestsLibrary
*** Keywords ***
用户退出登录${dating}平台
#退出登录
FOR ${client_header} IN @{Cheader_list}
Create Session dating ${${dating}.dating域名} ${client_header}
${reps} POST On Session dating dating-agency-uec/user/logout json={}
${message} Get From Dictionary ${reps.json()} message
Should Be Equal As Strings ${message} successful
END