Skip to content

Commit 54a117e

Browse files
committed
test: add experimental_features_enabled to session context test fixture
The Zod schema adds a default value for the new optional field, so the parsed output includes it. Update the test fixture to match.
1 parent 57d5f37 commit 54a117e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/test/collaborative-editor/types/sessionContext.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ describe.concurrent('SessionContextResponseSchema', () => {
358358
webhook_auth_methods: [],
359359
workflow_template: null,
360360
has_read_ai_disclaimer: true,
361+
experimental_features_enabled: false,
361362
};
362363

363364
const result = SessionContextResponseSchema.safeParse(validResponse);

0 commit comments

Comments
 (0)