Skip to content

Commit

Permalink
Copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvonthenen committed Nov 6, 2019
1 parent f8c7d5d commit 9f01d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/vclib/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func TestInvalidCaCert(t *testing.T) {

connection := &vclib.VSphereConnection{
Hostname: "should-not-matter",
"27015", // doesn't matter, but has to be a valid port
Port: "27015", // doesn't matter, but has to be a valid port
CACert: fixtures.InvalidCertPath,
}

Expand Down

0 comments on commit 9f01d70

Please sign in to comment.