Skip to content

Commit 2a55144

Browse files
wdhifCopilot
andcommitted
Update internal/controller/datadoggenericresource/dashboards_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f748031 commit 2a55144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/controller/datadoggenericresource/dashboards_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ func Test_updateStatusFromDashboard(t *testing.T) {
2929
dashboard: func() datadogV1.Dashboard {
3030
d := datadogV1.Dashboard{}
3131
d.SetId("abc-123")
32-
d.SetAuthorHandle("wassim.dhif@datadoghq.com")
32+
d.SetAuthorHandle("user@example.com")
3333
d.SetCreatedAt(createdAt)
3434
return d
3535
}(),
3636
expectedStatus: v1alpha1.DatadogGenericResourceStatus{
3737
Id: "abc-123",
38-
Creator: "wassim.dhif@datadoghq.com",
38+
Creator: "user@example.com",
3939
SyncStatus: v1alpha1.DatadogSyncStatusOK,
4040
CurrentHash: hash,
4141
},

0 commit comments

Comments
 (0)