Skip to content

Commit 1aa8c7a

Browse files
committed
update port variable
1 parent 210fd08 commit 1aa8c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/io/elastic/jdbc/actions/SelectMySQLSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SelectMySQLSpec extends Specification {
2626
@Shared
2727
def host = System.getenv("CONN_HOST_MYSQL")
2828
@Shared
29-
def port = "3306"
29+
def port = System.getenv("CONN_PORT_MYSQL")
3030

3131
@Shared
3232
Connection connection

0 commit comments

Comments
 (0)