From 736bdb49f9245d322be1885c9776d7d8af4f9084 Mon Sep 17 00:00:00 2001 From: Ken Kroenlein Date: Wed, 5 Aug 2026 16:27:52 -0600 Subject: [PATCH] Remove vestigial experimental fields from generic_entity fixture The `experimental` and `experimental_reasons` keys were removed from the SDK by PLA-9117 (2022) once the backend began hard-coding them to false; nothing in citrine deserializes them anymore. Drop them from the shared generic_entity test fixture where they were left behind. Co-Authored-By: Claude Opus 4.8 --- tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index aa9b40448..bd01481dc 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -813,8 +813,6 @@ def generic_entity(): "status": "INPROGRESS", "status_description": "VALIDATING", "status_detail": [{"level": "Info", "msg": "System processing"}], - "experimental": False, - "experimental_reasons": [], "create_time": '2020-04-23T15:46:26Z', "update_time": '2020-04-23T15:46:26Z', "created_by": user,