mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
b2938d1d53
- fix: use function that returns params - fix: missing integration test fixes: #13809 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
1 line
189 B
Plaintext
1 line
189 B
Plaintext
* Use the correct set of parameters for SQL statement when the `after` and `order_key` query params are passed to the `/api/latest/fleet/labels/{labelID}/hosts` endpoint. Fixes issue 13809. |