From 345fb0d1cd2bea182815dacd0c35925bb022d4cf Mon Sep 17 00:00:00 2001 From: Daschi1 <50054971+Daschi1@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:21:56 +0200 Subject: [PATCH] fix spelling mistake --- pkg/notifications/notifier_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/notifications/notifier_test.go b/pkg/notifications/notifier_test.go index 96d513c84..ac2cecde6 100644 --- a/pkg/notifications/notifier_test.go +++ b/pkg/notifications/notifier_test.go @@ -28,7 +28,7 @@ var _ = Describe("notifications", func() { Expect(notif.GetNames()).To(BeEmpty()) }) - When("title is overriden in flag", func() { + When("title is overridden in flag", func() { It("should use the specified hostname in the title", func() { command := cmd.NewRootCommand() flags.RegisterNotificationFlags(command)