Skip to content

Commit 6aaf3db

Browse files
author
Tim Middleton
authored
Fix typo in version number (#307)
1 parent 95c4d31 commit 6aaf3db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/common/common.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
configArg = "--config"
2727
addedCluster = "Added cluster"
2828
version1221 = "12.2.1.4"
29-
version1411 = "14.1.1.1"
29+
version1411 = "14.1.1.0"
3030
configYaml = "config.yaml"
3131
nodeID = "NODE ID"
3232
jsonPathServices = "jsonpath=$.services"
@@ -150,6 +150,7 @@ func RunTestClusterCommands(t *testing.T) {
150150
test_utils.EnsureCommandErrorContains(g, t, cliCmd, "invalid value for loggingLevel", configArg, file,
151151
"set", "cluster", "cluster1", "-a", "loggingLevel", "-v", "XYZ", "-y")
152152

153+
t.Log("Testing cluster version", versionString)
153154
// only skip test for 14.1.1.0 and 12.2.1.4
154155
if !strings.Contains(versionString, version1221) && !strings.Contains(versionString, version1411) {
155156
// test set the logging level to 8

0 commit comments

Comments
 (0)