mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-14 05:29:56 +09:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
40 lines
749 B
YAML
40 lines
749 B
YAML
-
|
|
id: 1
|
|
hook_id: 1
|
|
uuid: uuid1
|
|
is_delivered: true
|
|
is_succeed: false
|
|
request_content: >
|
|
{
|
|
"url": "/matrix-delivered",
|
|
"http_method":"PUT",
|
|
"headers": {
|
|
"X-Head": "42"
|
|
},
|
|
"body": "{}"
|
|
}
|
|
|
|
-
|
|
id: 2
|
|
hook_id: 1
|
|
uuid: uuid2
|
|
is_delivered: true
|
|
|
|
-
|
|
id: 3
|
|
hook_id: 1
|
|
uuid: uuid3
|
|
is_delivered: true
|
|
is_succeed: true
|
|
payload_content: '{"key":"value"}' # legacy task, payload saved in payload_content (and not in request_content)
|
|
request_content: >
|
|
{
|
|
"url": "/matrix-success",
|
|
"http_method":"PUT",
|
|
"headers": {
|
|
"X-Head": "42"
|
|
}
|
|
}
|
|
|
|
# DO NOT add more test data in the fixtures, test case should prepare their own test data separately and clearly
|