Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 39727c0

Browse files
committed
update test constants
1 parent af891e4 commit 39727c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class TestConstants {
3131
versionDetails = [
3232
ApiVersion : { it == "1.41" },
3333
Arch : { it == "amd64" },
34-
BuildTime : { it =~ "04/12/2021 \\w+" },
35-
GitCommit : { it == "b24528647a" },
34+
BuildTime : { it =~ "06/29/2021 \\w+" },
35+
GitCommit : { it == "a3dc69e6b9" },
3636
GoVersion : { it == "go1.13.15" },
3737
KernelVersion: { it =~ "\\d.\\d{1,2}.\\d{1,2}\\w*" },
3838
MinAPIVersion: { it == "1.24" },

0 commit comments

Comments
 (0)