MCPcopy
hub / github.com/IBM/sarama / TestSaslAuthenticateRequestV2

Function TestSaslAuthenticateRequestV2

sasl_authenticate_request_test.go:30–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

28}
29
30func TestSaslAuthenticateRequestV2(t *testing.T) {
31 request := new(SaslAuthenticateRequest)
32 request.Version = 2
33 request.SaslAuthBytes = []byte(`foo`)
34 testRequest(t, "basic", request, saslAuthenticateRequestV2)
35}

Callers

nothing calls this directly

Calls 1

testRequestFunction · 0.85

Tested by

no test coverage detected