Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update OTel header tests to use contains instead of comparing sl…
…ices directly (#298) ## Which problem is this PR solving? Fixes a flaky test that compares two arrays and will fail if the order is incorrect. ## Short description of the changes - Update OTel header tests to use contains assertion instead of comparing two slices ## How to verify that this has the expected result The tests are no longer flakey.
- Loading branch information