spaxel/mothership/internal/api
jedarden 09aee3f558 fix: improve webhook fault tolerance tests
- Route test requests through chi router instead of calling handlers directly
- Fix weekday test to use correct day mapping
- Use context cancellation for timeout test instead of long sleep
- Move mockServer.Close() after assertions to prevent goroutine leak

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 00:15:11 -04:00
..
events.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 23:04:49 -04:00
events_test.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 23:04:49 -04:00
notifications.go feat: implement REST API endpoints for settings, zones, portals, triggers, notifications, replay 2026-04-06 11:22:02 -04:00
replay.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
settings.go feat: implement REST API endpoints for settings, zones, portals, triggers, notifications, replay 2026-04-06 11:22:02 -04:00
triggers.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
volume_triggers.go feat: webhook action firing & fault tolerance for automations 2026-04-06 20:29:53 -04:00
volume_triggers_test.go fix: improve webhook fault tolerance tests 2026-04-07 00:15:11 -04:00
zones.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00