refactor(接口测试): 去除本地执行,统一放到资源池执行

--story=1012025 --user=王孝刚 彻底去除本地执行,统一放到资源池执行,解决安全隐患-v1,v2同步上
https://www.tapd.cn/55049933/s/1372336
This commit is contained in:
wxg0103 2023-05-17 19:24:28 +08:00 committed by fit2-zhao
parent ae675915fe
commit 4d5558ecd6
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ export default {
this.$warning(this.$t('workspace.env_group.please_select_env_for_current_scenario'));
return;
}
if (this.runConfig.runWithinResourcePool && this.runConfig.resourcePoolId == null) {
if (this.runConfig.resourcePoolId == null) {
this.$warning(this.$t('workspace.env_group.please_select_run_within_resource_pool'));
return;
}