From 7f7de58d82946cbca10f570b9cb19ce370503c79 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 26 Apr 2022 21:18:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=BB=98=E8=AE=A4=20grid=20?= =?UTF-8?q?=E7=9A=84=20hostname=20=E4=B8=BA=20local-selenium-grid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V115__1.20__release.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/db/migration/V115__1.20__release.sql b/backend/src/main/resources/db/migration/V115__1.20__release.sql index 729136d580..0587041fc7 100644 --- a/backend/src/main/resources/db/migration/V115__1.20__release.sql +++ b/backend/src/main/resources/db/migration/V115__1.20__release.sql @@ -301,4 +301,4 @@ ALTER TABLE `api_scenario` ADD INDEX index_project_id ( `project_id`); ALTER TABLE share_info ADD lang varchar(10) NULL; -UPDATE system_parameter SET param_value = 'http://grid-local:4444' WHERE param_key = 'base.selenium.docker.url'; +UPDATE system_parameter SET param_value = 'http://local-selenium-grid:4444' WHERE param_key = 'base.selenium.docker.url';