You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it might be helpful to have an assertion helper in integration tests to assert that specific extension keys are present in the produced outEvent, not knowing the extension values upfront, such as when the transport adds extensions. The current helpers always compare extension keys and values which fails the test.
Proposing test.HasExtensionsKeys to only assert that a specific extension key is set if the value is not known upfront/not of interest during assertions.