MCPcopy Create free account
hub / github.com/coder/coder / TestNilActor

Function TestNilActor

aibridge/intercept/actor_headers_test.go:14–19  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

12)
13
14func TestNilActor(t *testing.T) {
15 t.Parallel()
16
17 require.Nil(t, intercept.ActorHeadersAsOpenAIOpts(nil))
18 require.Nil(t, intercept.ActorHeadersAsAnthropicOpts(nil))
19}
20
21func TestBasic(t *testing.T) {
22 t.Parallel()

Callers

nothing calls this directly

Calls 2

ActorHeadersAsOpenAIOptsFunction · 0.92

Tested by

no test coverage detected