Update config_test.go

This commit is contained in:
Jens Diemer 2014-05-14 17:43:49 +02:00
parent 8f14d11d66
commit 8229d47da5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
func TestDefaultValues(t *testing.T) {
expected := OptionsConfiguration{
ListenAddress: []string{":22000"},
ListenAddress: []string{"0.0.0.0:22000"},
GlobalAnnServer: "announce.syncthing.net:22025",
GlobalAnnEnabled: true,
LocalAnnEnabled: true,