fix: (接口定义) 将接口另存为新用例后,方法名会被前端自动替换为协议 (#1341)

This commit is contained in:
Coooder-X 2021-02-02 11:02:19 +08:00 committed by GitHub
parent bd2596a603
commit eb589b741e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@
url = "/api/testcase/update";
} else {
tmp.request.path = this.api.path;
tmp.request.method = this.api.method;
}
if (tmp.tags instanceof Array) {
tmp.tags = JSON.stringify(tmp.tags);