feat(templates): add template project test fixtures

This commit is contained in:
kolaente 2026-03-24 19:40:38 +01:00
parent ab269afd61
commit d7f196be75
2 changed files with 28 additions and 0 deletions

View File

@ -393,3 +393,25 @@
position: 4300 position: 4300
updated: 2018-12-02 15:13:12 updated: 2018-12-02 15:13:12
created: 2018-12-01 15:13:12 created: 2018-12-01 15:13:12
# Template project owned by user 1
-
id: 44
title: Template Project
description: A template project for testing
identifier: tmpl1
owner_id: 1
is_template: 1
position: 44
updated: 2024-01-01 00:00:00
created: 2024-01-01 00:00:00
# Template project owned by user 6, shared with user 1 via users_projects
-
id: 45
title: Shared Template
description: A template shared with user 1
identifier: stmpl
owner_id: 6
is_template: 1
position: 45
updated: 2024-01-01 00:00:00
created: 2024-01-01 00:00:00

View File

@ -118,3 +118,9 @@
permission: 0 permission: 0
updated: 2018-12-02 15:13:12 updated: 2018-12-02 15:13:12
created: 2018-12-01 15:13:12 created: 2018-12-01 15:13:12
- id: 21
user_id: 1
project_id: 45
permission: 0
updated: 2024-01-01 00:00:00
created: 2024-01-01 00:00:00