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
Some tests (e.g. this one in nginx) test BasicAuth functionality. Occam does not support this, which leads to of the Serve matcher, and in this specific case, a flaky implementation.
We should add a WithBasicAuth to the Serve matcher, similar to WithEndpoint, WithProtocol, etc.
The text was updated successfully, but these errors were encountered:
Some tests (e.g. this one in nginx) test BasicAuth functionality. Occam does not support this, which leads to of the
Serve
matcher, and in this specific case, a flaky implementation.We should add a
WithBasicAuth
to the Serve matcher, similar toWithEndpoint
,WithProtocol
, etc.The text was updated successfully, but these errors were encountered: