From 780507604099151e7d7e3a092eb1f38c3b437095 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 30 Mar 2020 18:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=90=8C=E6=97=B6=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/io/metersphere/service/LoadTestService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/java/io/metersphere/service/LoadTestService.java b/backend/src/main/java/io/metersphere/service/LoadTestService.java index a9396f4dd8..31e45c0289 100644 --- a/backend/src/main/java/io/metersphere/service/LoadTestService.java +++ b/backend/src/main/java/io/metersphere/service/LoadTestService.java @@ -167,7 +167,7 @@ public class LoadTestService { MSException.throwException(Translator.get("run_load_test_not_found") + request.getId()); } if (TestStatus.Running.name().equals(loadTest.getStatus())) { - MSException.throwException(Translator.get("load_test_is_running") + request.getId()); + MSException.throwException(Translator.get("load_test_is_running")); } LogUtil.info("Load test started " + loadTest.getName());