Skip to content

Commit 9a67ed9

Browse files
authored
[Test] Fix typo in build tool tests (#135405)
1 parent 5643435 commit 9a67ed9

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)