Skip to content

Commit 7ffa1f2

Browse files
committed
fixing test
this caused the labels to be different than the assertion - this simplifies and uses content so that labels will match
1 parent 94d180a commit 7ffa1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/webhook_examples/pull_request.opened_target_branch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "User",
3434
"site_admin": false
3535
},
36-
"body": "| Q | A\r\n| ------------- | ---\r\n| Branch? | 4.4\r\n| Bug fix? | true\r\n| New feature? | yes/no <!-- don't forget to update src/**/CHANGELOG.md files -->\r\n| BC breaks? | no <!-- see https://symfony.com/bc -->\r\n| Deprecations? | yes/no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->\r\n| Tests pass? | yes <!-- please add some, will be required by reviewers -->\r\n| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->\r\n| License | MIT\r\n| Doc PR | symfony/symfony-docs#... <!-- required for new features -->\r\n\r\ntest\r\n",
36+
"body": "Testing PR - | Bug fix? | yes",
3737
"created_at": "2020-10-26T17:15:31Z",
3838
"updated_at": "2020-10-26T17:15:31Z",
3939
"closed_at": null,

0 commit comments

Comments
 (0)