From 02250d025043f9953923a7be09605830d554db10 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 30 Jul 2026 04:35:22 +0200 Subject: Remove dangling page references from the node fixtures --- test/fixtures/nodes.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') 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: first_child: id: 2 parent_id: 1 - draft_id: 100 slug: first_child unique_name: first_child second_child: id: 3 parent_id: 1 - draft_id: 101 slug: second_child unique_name: second_child third_child: id: 4 parent_id: 1 - draft_id: 102 slug: third_child unique_name: third_child -- cgit v1.3