diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-10-02 15:56:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 07:56:55 +0000 |
commit | 439a0cca2c84c83650fa94dea0bc9d36af347a13 (patch) | |
tree | 5fcc87bb6ceaac60a9253f76060e3c2f7b3fc0e8 /models | |
parent | e4313feefde89ad0e70b24dde523fc0d93abe8a7 (diff) | |
download | gitea-439a0cca2c84c83650fa94dea0bc9d36af347a13.tar.gz gitea-439a0cca2c84c83650fa94dea0bc9d36af347a13.zip |
Test more templates for if they contain an error (#27367)
Diffstat (limited to 'models')
-rw-r--r-- | models/fixtures/repo_unit.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index c22eb8c2a2..0104419550 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -649,3 +649,23 @@ repo_id: 49 type: 2 created_unix: 946684810 + +- + id: 98 + repo_id: 1 + type: 8 + created_unix: 946684810 + +- + id: 99 + repo_id: 1 + type: 9 + config: "{}" + created_unix: 946684810 + +- + id: 100 + repo_id: 1 + type: 10 + config: "{}" + created_unix: 946684810 |