diff --git a/subcommand/server-acl-init/command_test.go b/subcommand/server-acl-init/command_test.go index 6f4de5d381..3f58d8a160 100644 --- a/subcommand/server-acl-init/command_test.go +++ b/subcommand/server-acl-init/command_test.go @@ -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()