From 48d4d78689209d27d2ffaa465bdeed13188c20ea Mon Sep 17 00:00:00 2001 From: bhanuteja-git Date: Tue, 14 Oct 2025 06:10:00 -0700 Subject: [PATCH] fixtures: update test_data.json with test-builds fixture (#8914) Add new projects.project entry for "Test Builds" to refresh initial fixtures; helps tests cover modern documentation projects. Addresses #8914. --- readthedocs/projects/fixtures/test_data.json | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/readthedocs/projects/fixtures/test_data.json b/readthedocs/projects/fixtures/test_data.json index f435b1daba7..14fb4b8dc12 100644 --- a/readthedocs/projects/fixtures/test_data.json +++ b/readthedocs/projects/fixtures/test_data.json @@ -1004,5 +1004,26 @@ "has_htmlzip": false, "documentation_type": "sphinx" } +}, +{ + "model": "projects.project", + "pk": 28, + "fields": { + "pub_date": "2022-02-22T12:00:00.000Z", + "modified_date": "2022-02-22T12:00:00.000Z", + "name": "Test Builds", + "slug": "test-builds", + "repo": "https://github.com/readthedocs/test-builds", + "repo_type": "git", + "single_version": false, + "default_version": "latest", + "documentation_type": "sphinx", + "privacy_level": "public", + "language": "en", + "programming_language": "words", + "users": [] + } } ] + +]