diff --git a/test/groovy/TerraformStepTests.groovy b/test/groovy/TerraformStepTests.groovy index e03a8a2c..fad97218 100644 --- a/test/groovy/TerraformStepTests.groovy +++ b/test/groovy/TerraformStepTests.groovy @@ -247,6 +247,5 @@ class TerraformStepTests extends BaseTest { // And 2 nodes with custom label are spawned assertTrue(assertMethodCallContainsPattern('node', customLabel)) assertTrue(assertMethodCallOccurrences('node', 2)) - } }