mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 22:15: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")
|
||||
.withCharset(Charset.UTF8)
|
||||
.withServerVariable("log_syslog", 0)
|
||||
.withServerVariable("bind-address", "127.0.0.1")
|
||||
.build()
|
||||
|
||||
val mysqld = anEmbeddedMysql(config)
|
||||
|
||||
Reference in New Issue
Block a user