From 85616b80f484e5f8cbd1e35ca9e2c1ff414f0ca3 Mon Sep 17 00:00:00 2001 From: Iryna Shustava Date: Fri, 20 Dec 2019 13:11:27 -0800 Subject: [PATCH] Update subcommand/server-acl-init/command_test.go Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- subcommand/server-acl-init/command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()