mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(Makefile): update golden files as part of make gen (#17039)
Updating golden files is an unnecessary extra step in addition to gen that is easily overlooked, leading to the developer noticing the issue in CI leading to lost developer time waiting for tests to complete.
This commit is contained in:
@@ -768,7 +768,7 @@ func TestNotificationTemplates_Golden(t *testing.T) {
|
||||
hello = "localhost"
|
||||
|
||||
from = "system@coder.com"
|
||||
hint = "run \"DB=ci make update-golden-files\" and commit the changes"
|
||||
hint = "run \"DB=ci make gen/golden-files\" and commit the changes"
|
||||
)
|
||||
|
||||
tests := []struct {
|
||||
|
||||
Reference in New Issue
Block a user