From fc344398f6ae0c8cf3fe2f89547e40f44ac32691 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 2 May 2023 19:48:46 +0200 Subject: [PATCH] Fix IT - download-licenses-file-names-bad-sha1-force Test depends on remote content, when content will change test being failed again --- .../postbuild.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/download-licenses-file-names-bad-sha1-force/postbuild.groovy b/src/it/download-licenses-file-names-bad-sha1-force/postbuild.groovy index d92f2289a..f123c1ff5 100644 --- a/src/it/download-licenses-file-names-bad-sha1-force/postbuild.groovy +++ b/src/it/download-licenses-file-names-bad-sha1-force/postbuild.groovy @@ -27,4 +27,4 @@ final Path basePath = basedir.toPath() final Path log = basePath.resolve('build.log') assert Files.exists(log) -assert log.text.contains('URL \'http://www.antlr.org/license.html\' returned content with unexpected sha1 \'074f8d6e91730b40875178666513014472888247\'; expected \'2b8b815229aa8a61e483fb4ba0588b8b6c491890\'') +assert log.text.contains('URL \'http://www.antlr.org/license.html\' returned content with unexpected sha1 \'666518759e606772587886dcb54a9867bcf275e0\'; expected \'2b8b815229aa8a61e483fb4ba0588b8b6c491890\'')