diff --git a/pkg/files/file_test.go b/pkg/files/file_test.go
index cbe57e863fca5b6281e1824195202f262fa094f9..14fb89ce8c054d57ea708a10eb27318b474ff99c 100644
--- a/pkg/files/file_test.go
+++ b/pkg/files/file_test.go
@@ -25,7 +25,7 @@ func TestFile_SetURLWithTemplate(t *testing.T) {
 			wantURL:  "https://cloud.com/",
 		},
 		{
-			name:     "template is bad",
+			name:     "template with non-existent field",
 			file:     &File{},
 			template: template.Must(template.New("url").Parse("{{.NonExistentField}}")),
 			wantErr:  true,