Skip to content

Commit

Permalink
Update subcommand/server-acl-init/command_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com>
  • Loading branch information
ishustava and lkysow authored Dec 20, 2019
1 parent 15dcaae commit 85616b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommand/server-acl-init/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ func TestRun_Timeout(t *testing.T) {
require.Equal(1, responseCode, ui.ErrorWriter.String())
}

// Test that the bootstrapping process can make calls to Consul API over HTTPs
// Test that the bootstrapping process can make calls to Consul API over HTTPS
// when the consul agent is configured with HTTPS only (HTTP disabled).
func TestRun_HTTPS(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 85616b8

Please sign in to comment.