Skip to content

Fixes #69: add missing render_runtime to edit_decisions fixture in test_08#126

Open
Diwakar-odds wants to merge 1 commit into
calesthio:mainfrom
Diwakar-odds:fix-issue-69
Open

Fixes #69: add missing render_runtime to edit_decisions fixture in test_08#126
Diwakar-odds wants to merge 1 commit into
calesthio:mainfrom
Diwakar-odds:fix-issue-69

Conversation

@Diwakar-odds

Copy link
Copy Markdown

This PR fixes Issue #69. The test_08_end_to_end.py automated test was crashing because the mock edit_decisions test fixture was missing the render_runtime field, which is marked as strictly required in schemas/artifacts/edit_decisions.schema.json.

I added "render_runtime": "remotion" to the mock dictionary to align it with the proposal_packet output earlier in the test, which allows the test suite to pass schema validation successfully.

@Diwakar-odds Diwakar-odds requested a review from calesthio as a code owner June 21, 2026 19:03

@rajpratham1 rajpratham1 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a small but important test fix. Adding the missing render_runtime field keeps the test fixture aligned with the current schema and ensures the end-to-end test reflects the expected production input. Since the change only updates test data and doesn't modify application logic, the risk is minimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants