mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 13:41:03 +00:00
fix: Fix 1.19 incompatibilities
This commit is contained in:
parent
5730b0e588
commit
5f59f90f9c
11 changed files with 38 additions and 29 deletions
|
@ -47,7 +47,7 @@ func TestStaticParams(t *testing.T) {
|
|||
ResponseMessage: "success",
|
||||
CaptureCommandOutput: true,
|
||||
PassArgumentsToCommand: []hook.Argument{
|
||||
hook.Argument{Source: "string", Name: "passed"},
|
||||
{Source: "string", Name: "passed"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue