mirokuratczyk 6 лет назад
Родитель
Сommit
d887c41963
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      psiphon/remoteServerList_test.go

+ 2 - 2
psiphon/remoteServerList_test.go

@@ -208,8 +208,8 @@ func testObfuscatedRemoteServerLists(t *testing.T, omitMD5Sums bool) {
 
 
 	config := Config{
 	config := Config{
 		DataRootDirectory:    testDataDirName,
 		DataRootDirectory:    testDataDirName,
-		PropagationChannelId: "ABCDEFGH",
-		SponsorId:            "12345678"}
+		PropagationChannelId: "0",
+		SponsorId:            "0"}
 	err = config.Commit()
 	err = config.Commit()
 	if err != nil {
 	if err != nil {
 		t.Fatalf("Error initializing config: %s", err)
 		t.Fatalf("Error initializing config: %s", err)