重新调整gitlink接口用例,所有登录后的操作均通过用户名及密码方式登录
This commit is contained in:
@@ -6,7 +6,7 @@ case_common:
|
||||
- gitlink
|
||||
- release
|
||||
- gitea
|
||||
- usefixtures: get_oauth_token
|
||||
- usefixtures: gitlink_login
|
||||
- skip: 需要项目成员才能操作,暂时略过
|
||||
|
||||
case_info:
|
||||
@@ -19,7 +19,7 @@ case_info:
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json; charset=utf-8;
|
||||
Authorization: ${token_type} ${access_token}
|
||||
cookies: ${cookies}
|
||||
cookies:
|
||||
request_type: json
|
||||
payload:
|
||||
|
||||
Reference in New Issue
Block a user