From 397192090329c2d23ca7c5921a05a7f4127fb0f9 Mon Sep 17 00:00:00 2001 From: Peter Wilhelm Date: Sun, 17 Dec 2023 19:58:46 -0600 Subject: [PATCH] Correcting typos --- internal/flags/flags_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/flags/flags_test.go b/internal/flags/flags_test.go index 2856456..ded670b 100644 --- a/internal/flags/flags_test.go +++ b/internal/flags/flags_test.go @@ -278,9 +278,9 @@ func TestProcessFlagAliasesInvalidPorcelaineVersion(t *testing.T) { }) } -func TestFlagsArePrecentInDocumentation(t *testing.T) { +func TestFlagsArePresentInDocumentation(t *testing.T) { - // Legacy notifcations are ignored, since they are (soft) deprecated + // Legacy notifications are ignored, since they are (soft) deprecated ignoredEnvs := map[string]string{ "WATCHTOWER_NOTIFICATION_SLACK_ICON_EMOJI": "legacy", "WATCHTOWER_NOTIFICATION_SLACK_ICON_URL": "legacy",