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

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

View file

@ -1 +1 @@
{"kind": "pipeline", "name": "build", "steps": [{"name": "my_step", "image": "my_image", "commands": ["my_command"]}]}
{"kind": "pipeline", "name": "build", "steps": [{"name": "my_step", "image": "my_image", "commands": ["my_command"]}]}