Merge branch 'v1.0' of https://github.com/metersphere/server into v1.0
This commit is contained in:
commit
6bcee923fd
|
@ -90,7 +90,7 @@ public class DockerTestEngine extends AbstractEngine {
|
|||
restTemplate.postForObject(uri, testRequest, String.class);
|
||||
} catch (Exception e) {
|
||||
LogUtil.error(e);
|
||||
MSException.throwException(Translator.get("load_test_kafka_invalid"));
|
||||
MSException.throwException(Translator.get("start_engine_fail"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue