Skip to content
Prev Previous commit
Next Next commit
db=ci
  • Loading branch information
mtojek committed Sep 4, 2024
commit 412e9b27e900a954219ac22a794e8f556e469c68
2 changes: 1 addition & 1 deletion coderd/notifications/notifications_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ func TestNotificationTemplatesCanRender(t *testing.T) {
}

want, err := os.ReadFile(goldenFile)
require.NoError(t, err, "open golden file, run \"make update-golden-files\" and commit the changes")
require.NoError(t, err, "open golden file, run \"DB=ci make update-golden-files\" and commit the changes")
require.Equal(t, string(want), body, "body should be equal")
})
}
Expand Down
Loading