mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +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) {
|
||||
b := builder{
|
||||
b := procBuilder{
|
||||
Repo: &model.Repo{},
|
||||
Curr: &model.Build{
|
||||
Message: `aaa
|
||||
|
|
Loading…
Reference in a new issue