Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make test for last seen by env not rely on array order (#5303)
This test was flaky because it relied on the order of the array returned. To make it less flaky, we now turn the array into an object instead and compare that.
- Loading branch information