fleet/server/test/httptest
Victor Lyuboslavsky 3d5666d4c6
Added GET enterprise API endpoint. (#26555)
For #26218 

- Added `GET /api/_version_/fleet/android_enterprise` andpoint and tests
- Set up some testing infrastructure for Android service tests -- see
new README.md

# Checklist for submitter

- [x] Added/updated automated tests
- [x] Manual QA for all new/changed functionality
2025-02-26 10:47:05 -06:00
..
http.go Added GET enterprise API endpoint. (#26555) 2025-02-26 10:47:05 -06:00
README.md Added GET enterprise API endpoint. (#26555) 2025-02-26 10:47:05 -06:00

These HTTP test functions are in a separate package to prevent circular dependencies. The circular dependency may be caused due to dependency on "github.com/fleetdm/fleet/v4/server/service/middleware/endpoint_utils"