From 5697bb4e2491bcd3da1a9effbac2bb1669cc7f3d Mon Sep 17 00:00:00 2001 From: pranav-new-relic Date: Mon, 26 Feb 2024 22:58:10 +0530 Subject: [PATCH] chore: correct test --- pkg/notifications/destinations_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/notifications/destinations_test.go b/pkg/notifications/destinations_test.go index ab1917af..00884a0f 100644 --- a/pkg/notifications/destinations_test.go +++ b/pkg/notifications/destinations_test.go @@ -146,7 +146,7 @@ func TestCreateDestination(t *testing.T) { Auth: auth, CreatedAt: timestamp, ID: id, - GUID: guid, + GUID: EntityGUID(guid), IsUserAuthenticated: false, LastSent: timestamp, Name: "test-notification-destination-1", @@ -192,7 +192,7 @@ func TestGetDestinations(t *testing.T) { Auth: auth, CreatedAt: timestamp, ID: id, - GUID: guid, + GUID: EntityGUID(guid), IsUserAuthenticated: false, LastSent: timestamp, Name: "test-notification-destination-1", @@ -247,7 +247,7 @@ func TestGetDestinationsByName(t *testing.T) { Auth: auth, CreatedAt: timestamp, ID: id, - GUID: guid, + GUID: EntityGUID(guid), IsUserAuthenticated: false, LastSent: timestamp, Name: "test-notification-destination-1",