Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use controllerConnectionId for ICQConnection (#9993)
refs: #9815 ## Description Ensures we are passing `controllerConnectionId`, and not `hostConnectionId`, to `provideICQConnection`. _Was previously passing in CI since there's a 50/50 chance controllerConnectionId will equal hostConnectionId._ ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations Addresses a "flake" that's really a bug. ### Upgrade Considerations n/a, unreleased code
- Loading branch information