Jelajahi Sumber

Fix invalid input in test

Rod Hynes 6 bulan lalu
induk
melakukan
cc3cb120ad
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      psiphon/server/server_test.go

+ 2 - 2
psiphon/server/server_test.go

@@ -4409,8 +4409,8 @@ func storePruneServerEntriesTest(
 	}
 
 	clientConfig := &psiphon.Config{
-		SponsorId:            "0",
-		PropagationChannelId: "0",
+		SponsorId:            "0000000000000000",
+		PropagationChannelId: "0000000000000000",
 
 		// DataRootDirectory must to be set to avoid a migration in the current
 		// working directory.