Merge pull request #1425 from team-lab/fix-security-window-on-test

Prevents security warning dialog from being displayed during testing.
This commit is contained in:
Naoki Takezoe
2017-01-16 09:47:32 +09:00
committed by GitHub

View File

@@ -34,6 +34,7 @@ class GitBucketCoreModuleSpec extends FunSuite {
.withUser("sa", "sa")
.withCharset(Charset.UTF8)
.withServerVariable("log_syslog", 0)
.withServerVariable("bind-address", "127.0.0.1")
.build()
val mysqld = anEmbeddedMysql(config)