(t *testing.T)
| 53 | } |
| 54 | |
| 55 | func TestHttpTubeSinkTubeNotImplement(t *testing.T) { |
| 56 | f := NewHttpTubeFactory(context.Background()) |
| 57 | _, err := f.NewSinkTube(context.Background(), make(ConfigMap)) |
| 58 | assert.ErrorIs(t, err, ErrSinkTubeNotImplemented) |
| 59 | } |
nothing calls this directly
no test coverage detected