From b6161da7498346e4a95a37ef49f41289744259f7 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Fri, 24 Jan 2025 09:32:21 +0300 Subject: [PATCH] fix failing test --- handlers/application/menuhandler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/application/menuhandler_test.go b/handlers/application/menuhandler_test.go index 0d3b9ef..75bbe88 100644 --- a/handlers/application/menuhandler_test.go +++ b/handlers/application/menuhandler_test.go @@ -1679,7 +1679,7 @@ func TestValidateRecipient(t *testing.T) { }, { name: "Test with alias recepient", - input: []byte("alias123"), + input: []byte("alias123.sarafu.local"), expectedResult: resource.Result{}, }, }