Skip to content

Commit 3a198c4

Browse files
committed
Fix typo
1 parent 1b05ebb commit 3a198c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/src/integTest/groovy/org/elasticsearch/gradle/TestClustersPluginFuncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class TestClustersPluginFuncTest extends AbstractGradleFuncTest {
250250

251251
buildFile << """
252252
testClusters {
253-
myCluster1 {
253+
myCluster {
254254
testDistribution = 'default'
255255
version = '8.10.4'
256256
}

0 commit comments

Comments
 (0)