mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-25 16:48:17 +00:00
Fixed tests
This commit is contained in:
parent
4cce34d5bf
commit
8199fe4a21
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMultilineEnvsubst(t *testing.T) {
|
func TestMultilineEnvsubst(t *testing.T) {
|
||||||
b := builder{
|
b := procBuilder{
|
||||||
Repo: &model.Repo{},
|
Repo: &model.Repo{},
|
||||||
Curr: &model.Build{
|
Curr: &model.Build{
|
||||||
Message: `aaa
|
Message: `aaa
|
||||||
|
|
Loading…
Reference in a new issue