diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 04:35:22 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-30 04:35:22 +0200 |
| commit | 02250d025043f9953923a7be09605830d554db10 (patch) | |
| tree | 7848ca961042255fac5d0df9f72e733ab72005e6 /test | |
| parent | e7189ea09ed6efb264f4f3d430702ae22884139d (diff) | |
Remove dangling page references from the node fixtures
Diffstat (limited to 'test')
| -rw-r--r-- | test/fixtures/nodes.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index e94f10f1..dad4d41e 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml | |||
| @@ -10,21 +10,18 @@ root: | |||
| 10 | first_child: | 10 | first_child: |
| 11 | id: 2 | 11 | id: 2 |
| 12 | parent_id: 1 | 12 | parent_id: 1 |
| 13 | draft_id: 100 | ||
| 14 | slug: first_child | 13 | slug: first_child |
| 15 | unique_name: first_child | 14 | unique_name: first_child |
| 16 | 15 | ||
| 17 | second_child: | 16 | second_child: |
| 18 | id: 3 | 17 | id: 3 |
| 19 | parent_id: 1 | 18 | parent_id: 1 |
| 20 | draft_id: 101 | ||
| 21 | slug: second_child | 19 | slug: second_child |
| 22 | unique_name: second_child | 20 | unique_name: second_child |
| 23 | 21 | ||
| 24 | third_child: | 22 | third_child: |
| 25 | id: 4 | 23 | id: 4 |
| 26 | parent_id: 1 | 24 | parent_id: 1 |
| 27 | draft_id: 102 | ||
| 28 | slug: third_child | 25 | slug: third_child |
| 29 | unique_name: third_child | 26 | unique_name: third_child |
| 30 | 27 | ||
