Skip to content

Commit e1a85e9

Browse files
authored
fix typo in test
1 parent 367bba0 commit e1a85e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/services/woodpecker.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test("PR", (t) => {
4040
env: {
4141
...env,
4242
CI_COMMIT_PULL_REQUEST: "10",
43-
CI_PIPEL_EVENT: "pull_request",
43+
CI_PIPELINE_EVENT: "pull_request",
4444
CI_COMMIT_TARGET_BRANCH: "main",
4545
CI_COMMIT_SOURCE_BRANCH: "pr-branch",
4646
},

0 commit comments

Comments
 (0)