summaryrefslogtreecommitdiff
path: root/test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp')
-rw-r--r--test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp b/test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp
index 99638add5..d86cef47b 100644
--- a/test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp
+++ b/test/e2e-go/cli/goal/expect/goalCmdFlagsTest.exp
@@ -24,7 +24,7 @@ if { [catch {
TestGoalCommandLineFlags "goal node start -p :xxx:445" ".*is not a valid peer address.*"
TestGoalCommandLineFlags "goal node start -p {http://1.2.3.4:5050;:xxx:445}" ".*is not a valid peer address.*"
TestGoalCommandLineFlags "goal node start -p http://1.2.3.4:5050" "^Data directory not specified.*"
- TestGoalCommandLineFlags "goal node start -p {http://1.2.3.4:5050;5.6.7.8}" "^Data directory not specified.*"
+ TestGoalCommandLineFlags "goal node start -p {http://1.2.3.4:5050;5.6.7.8:1234}" "^Data directory not specified.*"
} EXCEPTION ] } {
puts "ERROR in Goal Start Validity test: $EXCEPTION"