remove commented out parameter

This commit is contained in:
aadrian
2018-11-23 10:16:49 +01:00
committed by GitHub
parent 60592debe3
commit ace583ecce

View File

@@ -33,7 +33,6 @@ class GitBucketCoreModuleSpec extends FunSuite {
.withPort(3306)
.withUser("sa", "sa")
.withCharset(Charset.UTF8)
// .withServerVariable("log_syslog", 0)
.withServerVariable("bind-address", "127.0.0.1")
.build()