Skip to content

Commit

Permalink
Merge pull request #901 from ArangoGutierrez/reg_test05
Browse files Browse the repository at this point in the history
[no-relnote] Fix flag name on E2E
  • Loading branch information
elezar authored Feb 5, 2025
2 parents 073fb13 + bbdb13c commit cb172ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func init() {
flag.StringVar(&sshKey, "ssh-key", "", "SSH key to use for remote login")
flag.StringVar(&sshUser, "ssh-user", "", "SSH user to use for remote login")
flag.StringVar(&host, "remote-host", "", "Hostname of the remote machine")
flag.StringVar(&sshPort, "ssh-port", "22", "SSH port to use for remote login")
flag.StringVar(&sshPort, "remote-port", "22", "SSH port to use for remote login")
}

func TestMain(t *testing.T) {
Expand Down

0 comments on commit cb172ba

Please sign in to comment.