Browse Source

Fix another test broken by f285be5a

Rod Hynes 1 year ago
parent
commit
cf0f7c24ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/server/server_test.go

+ 1 - 1
psiphon/server/server_test.go

@@ -1818,7 +1818,7 @@ func runServer(t *testing.T, runConfig *runServerConfig) {
 		err := checkExpectedServerTunnelLogFields(
 		err := checkExpectedServerTunnelLogFields(
 			runConfig,
 			runConfig,
 			propagationChannelID,
 			propagationChannelID,
-			sponsorID,
+			clientConfig.SponsorId,
 			doClientTactics,
 			doClientTactics,
 			expectClientBPFField,
 			expectClientBPFField,
 			expectServerBPFField,
 			expectServerBPFField,