Skip to content

Commit 23a0e1a

Browse files
committed
fix test
1 parent 3bc04d6 commit 23a0e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/transport/TransportVersionGenerationFuncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ class TransportVersionGenerationFuncTest extends AbstractTransportVersionFuncTes
412412
def result = runGenerateTask("--backport-branches=9.1,8.13,7.17,6.0").buildAndFail()
413413

414414
then:
415-
assertGenerateFailure(result, "Missing upper bounds files for branches [6.0, 7.17, 8.13], known branches are [9.0, 9.1, 9.2]")
415+
assertGenerateFailure(result, "Missing upper bounds files for branches [6.0, 7.17, 8.13], known branches are [8.19, 9.0, 9.1, 9.2]")
416416
}
417417

418418
def "name can be found from committed definition"() {

0 commit comments

Comments
 (0)