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
inject-server: Fix issue in c.t.inject.server.EmbeddedHttpClient where assertion of an
empty response body was incorrectly disallowed. This prevented asserting that a server
was not yet healthy as the /health endpoint returns an empty string, thus even a not yet
healthy server would report as "healthy" to the testing infrastructure as long as the health
endpoint returned a 200 - OK response. e9aa2dac