diff --git a/config/config_test.go b/config/config_test.go index 719c7db2..afac496a 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -27,7 +27,7 @@ func init() { func TestDefaultValues(t *testing.T) { expected := OptionsConfiguration{ ListenAddress: []string{"0.0.0.0:22000"}, - GlobalAnnServer: "announce.syncthing.net:22025", + GlobalAnnServer: "announce.syncthing.net:22026", GlobalAnnEnabled: true, LocalAnnEnabled: true, LocalAnnPort: 21025, @@ -149,7 +149,7 @@ func TestOverriddenValues(t *testing.T) { :23000 false - syncthing.nym.se:22025 + syncthing.nym.se:22026 false false 42123 @@ -166,7 +166,7 @@ func TestOverriddenValues(t *testing.T) { expected := OptionsConfiguration{ ListenAddress: []string{":23000"}, - GlobalAnnServer: "syncthing.nym.se:22025", + GlobalAnnServer: "syncthing.nym.se:22026", GlobalAnnEnabled: false, LocalAnnEnabled: false, LocalAnnPort: 42123,