mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 06:25:51 +01:00
Prevents security warning dialog from being displayed during testing.
This commit is contained in:
@@ -34,6 +34,7 @@ class GitBucketCoreModuleSpec extends FunSuite {
|
|||||||
.withUser("sa", "sa")
|
.withUser("sa", "sa")
|
||||||
.withCharset(Charset.UTF8)
|
.withCharset(Charset.UTF8)
|
||||||
.withServerVariable("log_syslog", 0)
|
.withServerVariable("log_syslog", 0)
|
||||||
|
.withServerVariable("bind-address", "127.0.0.1")
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
val mysqld = anEmbeddedMysql(config)
|
val mysqld = anEmbeddedMysql(config)
|
||||||
|
|||||||
Reference in New Issue
Block a user