From 6346114a0831d7f5fd7a211044329ac8e1562ffa Mon Sep 17 00:00:00 2001 From: marina Date: Mon, 1 Jun 2020 17:01:23 +0300 Subject: [PATCH] Add param 2 --- src/executors/default-with-mysql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/executors/default-with-mysql.yml b/src/executors/default-with-mysql.yml index 6489f6f..5a63535 100644 --- a/src/executors/default-with-mysql.yml +++ b/src/executors/default-with-mysql.yml @@ -8,7 +8,7 @@ parameters: db-test-url: type: string default: "root:password@/pac" - test-rds-dsn-prefix: + test-db-dsn: type: string default: "root:password@/" mysql-root-password: @@ -21,7 +21,7 @@ docker: - image: golang:<> environment: DB_TEST_URL: <> - TEST_RDS_DSN_PREFIX: <> + TEST_RDS_DSN_PREFIX: <> - image: mysql:<> command: [mysqld, --max-connections=45] environment: