diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2022-12-12 20:45:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 20:45:21 +0800 |
commit | 36a2d2f919ee445f0374c210309b336e7c3c1f8e (patch) | |
tree | 05163a55f16f3e62ab9e3757e5ada977e1fdd6da /models/fixtures/repo_unit.yml | |
parent | 6398ca745aabdc40f10465e71da99c5a3866990e (diff) | |
download | gitea-36a2d2f919ee445f0374c210309b336e7c3c1f8e.tar.gz gitea-36a2d2f919ee445f0374c210309b336e7c3c1f8e.zip |
Add a simple test for external renderer (#20033)
Fix #16402
Diffstat (limited to 'models/fixtures/repo_unit.yml')
-rw-r--r-- | models/fixtures/repo_unit.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 59ab618340..73db47218b 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -544,3 +544,9 @@ repo_id: 51 type: 2 created_unix: 946684810 + +- + id: 80 + repo_id: 53 + type: 1 + created_unix: 946684810 |