fix(测试用例): 查询需求失败的问题
This commit is contained in:
parent
7d112bfae9
commit
c350f1c137
|
@ -159,7 +159,6 @@ public class JiraPlatform extends AbstractIssuePlatform {
|
|||
}
|
||||
} catch (Exception e) {
|
||||
LogUtil.error(e.getMessage(), e);
|
||||
MSException.throwException("调用Jira查询需求失败");
|
||||
}
|
||||
|
||||
return list;
|
||||
|
|
Loading…
Reference in New Issue