MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / TestHttpTubeSinkTubeNotImplement

Function TestHttpTubeSinkTubeNotImplement

fs/contube/http_test.go:55–59  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

53}
54
55func TestHttpTubeSinkTubeNotImplement(t *testing.T) {
56 f := NewHttpTubeFactory(context.Background())
57 _, err := f.NewSinkTube(context.Background(), make(ConfigMap))
58 assert.ErrorIs(t, err, ErrSinkTubeNotImplemented)
59}

Callers

nothing calls this directly

Calls 2

NewSinkTubeMethod · 0.95
NewHttpTubeFactoryFunction · 0.85

Tested by

no test coverage detected