fix: 只读用户点测试跟踪自动跳转
This commit is contained in:
parent
935ad0f4f0
commit
038ae06c45
|
@ -115,7 +115,6 @@ public class TestPlanController {
|
|||
|
||||
@GetMapping("/project/name/{planId}")
|
||||
public String getProjectNameByPlanId(@PathVariable String planId) {
|
||||
checkOwnerService.checkTestPlanOwner(planId);
|
||||
return testPlanService.getProjectNameByPlanId(planId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue