Fix sonar code smell
[cps.git] / cps-rest / src / test / groovy / org / onap / cps / rest / utils / ZipFileSizeValidatorSpec.groovy
index 60ecb2e..b4a6a6a 100644 (file)
@@ -25,7 +25,7 @@ import spock.lang.Specification
 
 class ZipFileSizeValidatorSpec extends Specification {
 
-    def static thresholdSize = ZipFileSizeValidator.THRESHOLD_SIZE
+    def static thresholdSize = ZipFileSizeValidator.thresholdSize
     def static thresholdEntries = ZipFileSizeValidator.THRESHOLD_ENTRIES
     def static thresholdRatio = ZipFileSizeValidator.THRESHOLD_RATIO