diff --git a/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala b/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala index 1a150b4..8f2d7c7 100644 --- a/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala +++ b/src/test/scala/gitbucket/core/GitBucketCoreModuleSpec.scala @@ -34,6 +34,7 @@ .withUser("sa", "sa") .withCharset(Charset.UTF8) .withServerVariable("log_syslog", 0) + .withServerVariable("bind-address", "127.0.0.1") .build() val mysqld = anEmbeddedMysql(config)