Fix broken test caused by adding a new line to test file.
This commit is contained in:
parent
a0b83140fe
commit
a3a4e7494c
2 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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"]}]}
|
Loading…
Reference in a new issue