-
Notifications
You must be signed in to change notification settings - Fork 0
FOLLOW-UP: Replace external API dependency in E2E REST test (from PR #207) #210
Copy link
Copy link
Open
Labels
P2-mediumMedium: quality, platform coverage, CIMedium: quality, platform coverage, CIfollow-upFollow-up task from PR reviewFollow-up task from PR reviewfrom-reviewIssue originated from PR reviewIssue originated from PR review
Description
Context
This follow-up task was identified during the review of PR #207.
Source PR: #207
PR Title: feat: auto-tables — infer interactive UI from markdown tables + YAML sources
Suggested by: @claude[bot], @Copilot
Task Description
createAutoTablesRESTExample in auto_tables_e2e_test.go hardcodes https://jsonplaceholder.typicode.com/users as the REST source URL. If that service is down or rate-limits CI, TestAutoTables_RESTReadonly fails for non-code reasons.
Fix: Replace with an httptest.NewServer mock that returns a static JSON response, isolating the test from network availability.
This issue was automatically created by prmonitor from PR review comments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2-mediumMedium: quality, platform coverage, CIMedium: quality, platform coverage, CIfollow-upFollow-up task from PR reviewFollow-up task from PR reviewfrom-reviewIssue originated from PR reviewIssue originated from PR review