Fix broken test caused by adding a new line to test file.

This commit is contained in:
Eoin McAfee 2021-06-01 16:29:14 +01:00
parent a0b83140fe
commit a3a4e7494c
2 changed files with 4 additions and 3 deletions

View file

@ -59,6 +59,7 @@ func TestTemplatePluginConvert(t *testing.T) {
template := &core.Template{
Name: "plugin.starlark",
Data: string(beforeInput),
Namespace: "octocat",
}
controller := gomock.NewController(t)