0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-17 06:25:21 +02:00
gitea/models/fixtures/notification.yml
Copilot 6f9fa55785
models/fixtures: add "DO NOT add more test data" comment to all yml fixture files (#37150)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wxiaoguang <2114189+wxiaoguang@users.noreply.github.com>
2026-04-09 13:26:21 +08:00

57 lines
911 B
YAML

-
id: 1
user_id: 1
repo_id: 1
status: 1 # unread
source: 1 # issue
updated_by: 2
issue_id: 1
created_unix: 946684800
updated_unix: 946684820
-
id: 2
user_id: 2
repo_id: 1
status: 2 # read
source: 1 # issue
updated_by: 1
issue_id: 2
created_unix: 946685800
updated_unix: 946685820
-
id: 3
user_id: 2
repo_id: 1
status: 3 # pinned
source: 1 # issue
updated_by: 1
issue_id: 3
created_unix: 946686800
updated_unix: 946686800
-
id: 4
user_id: 2
repo_id: 1
status: 1 # unread
source: 1 # issue
updated_by: 1
issue_id: 5
created_unix: 946687800
updated_unix: 946687800
-
id: 5
user_id: 2
repo_id: 2
status: 1 # unread
source: 1 # issue
updated_by: 5
issue_id: 4
created_unix: 946688800
updated_unix: 946688820
# DO NOT add more test data in the fixtures, test case should prepare their own test data separately and clearly