diff --git a/cmd/syncthing/config_test.go b/cmd/syncthing/config_test.go index 1008a773..821636b7 100644 --- a/cmd/syncthing/config_test.go +++ b/cmd/syncthing/config_test.go @@ -140,8 +140,6 @@ func TestOverriddenValues(t *testing.T) { :23000 false - false - 125.2.2.2:8080 syncthing.nym.se:22025 false false @@ -157,8 +155,6 @@ func TestOverriddenValues(t *testing.T) { expected := OptionsConfiguration{ ListenAddress: []string{":23000"}, - GUIEnabled: false, - GUIAddress: "125.2.2.2:8080", GlobalAnnServer: "syncthing.nym.se:22025", GlobalAnnEnabled: false, LocalAnnEnabled: false,