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