From de7336f1e3e21506085a75a0a29fdf9b0056aba5 Mon Sep 17 00:00:00 2001 From: Sebastien Mirolo Date: Mon, 25 Nov 2024 14:48:31 -0800 Subject: [PATCH] fixes missing field in fixtures --- testsite/fixtures/default-db.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/testsite/fixtures/default-db.json b/testsite/fixtures/default-db.json index fd72b9f..40ff4dc 100644 --- a/testsite/fixtures/default-db.json +++ b/testsite/fixtures/default-db.json @@ -63,6 +63,7 @@ "title": "Metal structures & equipment", "slug": "metal", "extra": "{\"visibility\":[\"public\"]}", + "text_updated_at": "2024-01-01T00:00:00.000Z", "account": 2 }, "model": "pages.PageElement", "pk": 100 @@ -72,6 +73,7 @@ "title": "Boxes & enclosures", "slug": "boxes-and-enclosures", "extra": "{\"searchable\":true,\"visibility\":[\"public\"],\"pagebreak\":true,\"layouts\":[\"sustainability\"]}", + "text_updated_at": "2024-01-01T00:00:00.000Z", "account": 2 }, "model": "pages.PageElement", "pk": 101 @@ -88,6 +90,7 @@ "slug": "production", "picture": "/static/img/production.png", "extra": "{\"searchable\":true,\"visibility\":[\"public\"]}", + "text_updated_at": "2024-01-01T00:00:00.000Z", "account": 2 }, "model": "pages.PageElement", "pk": 102 @@ -104,6 +107,7 @@ "title": "Energy efficiency", "slug": "energy-efficiency", "extra": "{\"searchable\":true,\"visibility\":[\"public\"]}", + "text_updated_at": "2024-01-01T00:00:00.000Z", "account": 2 }, "model": "pages.PageElement", "pk": 104 @@ -120,6 +124,7 @@ "title": "Process heating", "slug": "process-heating", "extra": "{\"searchable\":true,\"visibility\":[\"public\"]}", + "text_updated_at": "2024-01-01T00:00:00.000Z", "account": 2 }, "model": "pages.PageElement", "pk": 105 @@ -135,8 +140,9 @@ "title": "Adjust air/fuel ratio", "slug": "adjust-air-fuel-ratio", "extra": "{\"searchable\":true,\"visibility\":[\"public\"],\"tags\":[\"Energy & Emissions\"]}", - "account": 2, - "text": "

Background

Some manufacturing processes may involve heating operations.

" + "text": "

Background

Some manufacturing processes may involve heating operations.

", + "text_updated_at": "2024-01-01T00:00:00.000Z", + "account": 2 }, "model": "pages.PageElement", "pk": 106 }, @@ -151,8 +157,9 @@ "title": "Webinar on Sustainability", "slug": "sustainability-webinar", "extra": "{\"searchable\":true,\"visibility\":[\"public\"]}", - "account": 2, - "text": "

Join our Webinar!

Learn about sustainability practices.

" + "text": "

Join our Webinar!

Learn about sustainability practices.

", + "text_updated_at": "2024-01-01T00:00:00.000Z", + "account": 2 }, "model": "pages.PageElement", "pk": 107 }, @@ -161,8 +168,9 @@ "title": "Certificate of Completion", "slug": "certificate-of-completion", "extra": "{\"searchable\":true,\"visibility\":[\"public\"]}", - "account": 2, - "text": "

Congratulations!

You have completed the course.

" + "text": "

Congratulations!

You have completed the course.

", + "text_updated_at": "2024-01-01T00:00:00.000Z", + "account": 2 }, "model": "pages.PageElement", "pk": 108 },