Rod Hynes 5 лет назад
Родитель
Сommit
f6a114644e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      psiphon/remoteServerList_test.go

+ 2 - 0
psiphon/remoteServerList_test.go

@@ -165,6 +165,7 @@ func testObfuscatedRemoteServerLists(t *testing.T, omitMD5Sums bool) {
 	omitEmptyOSLsSchemes := []int{}
 
 	paveFiles, err := oslConfig.Pave(
+		time.Time{},
 		epoch,
 		propagationChannelID,
 		signingPublicKey,
@@ -182,6 +183,7 @@ func testObfuscatedRemoteServerLists(t *testing.T, omitMD5Sums bool) {
 	omitEmptyOSLsSchemes = []int{0}
 
 	paveFiles, err = oslConfig.Pave(
+		time.Time{},
 		epoch,
 		propagationChannelID,
 		signingPublicKey,