mocks: remove healthStatus and globalInsightServices #3126
Labels
kind/cleanup
Cleanup/refactor an existing component/code
triage/accepted
The issue was reviewed and is complete enough to start working on it
Milestone
What happened?
Both
fake.kuma.healthStatus
andfake.kuma.globalInsightServices
are buggy, unreliable and hide the JSON structure (there might be more methods that use these 2, which should also be removed)We should use
fake.kuma.partitionInto
for these sorts of things instead.See #3125
The text was updated successfully, but these errors were encountered: