Skip to content

Commit

Permalink
chore: correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-new-relic committed Feb 28, 2024
1 parent cabc507 commit 5697bb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/notifications/destinations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5697bb4

Please sign in to comment.