MCPcopy Index your code
hub / github.com/coder/coder / TestDeleteChatProvider

Function TestDeleteChatProvider

coderd/exp_chats_test.go:2925–2928  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2923}
2924
2925func TestDeleteChatProvider(t *testing.T) {
2926 t.Parallel()
2927 t.Skip("legacy chat provider API removed in favor of AI provider API")
2928}
2929
2930func TestChatProviderAPIKeysFromDeploymentValues(t *testing.T) {
2931 t.Parallel()

Callers

nothing calls this directly

Calls 1

SkipMethod · 0.80

Tested by

no test coverage detected