Merge pull request #322 from jkingsman/alternate-repeater-detail-fetch

Try using direct admin-binary fetch
This commit is contained in:
Jack Kingsman
2026-07-10 12:49:27 -07:00
committed by GitHub
7 changed files with 231 additions and 24 deletions
@@ -349,6 +349,8 @@ describe('useRepeaterDashboard', () => {
});
mockApi.repeaterOwnerInfo.mockResolvedValueOnce({
owner_info: null,
firmware_version: null,
name: null,
guest_password: null,
});
mockApi.repeaterLppTelemetry.mockResolvedValueOnce({ sensors: [] });