mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: fix dormancy notifications (#14029)
This commit is contained in:
@ -1122,7 +1122,6 @@ func TestNotifications(t *testing.T) {
|
||||
require.Contains(t, notifyEnq.Sent[0].Targets, workspace.ID)
|
||||
require.Contains(t, notifyEnq.Sent[0].Targets, workspace.OrganizationID)
|
||||
require.Contains(t, notifyEnq.Sent[0].Targets, workspace.OwnerID)
|
||||
require.Equal(t, notifyEnq.Sent[0].Labels["initiator"], "autobuild")
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user