Przeglądaj źródła

Fixed transforms test

Amir Khan 2 lat temu
rodzic
commit
0e88408061
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      psiphon/common/transforms/transforms_test.go

+ 1 - 1
psiphon/common/transforms/transforms_test.go

@@ -57,7 +57,7 @@ func runTestTransforms() error {
 
 
 	// Test: validation
 	// Test: validation
 
 
-	err := specs.Validate()
+	err := specs.Validate(false)
 	if err != nil {
 	if err != nil {
 		return errors.Trace(err)
 		return errors.Trace(err)
 	}
 	}