mcpDeploymentValues returns deployment values for tests of the MCP server config endpoints.
(t testing.TB)
| 21 | // mcpDeploymentValues returns deployment values for tests of the MCP |
| 22 | // server config endpoints. |
| 23 | func mcpDeploymentValues(t testing.TB) *codersdk.DeploymentValues { |
| 24 | t.Helper() |
| 25 | |
| 26 | return coderdtest.DeploymentValues(t) |
| 27 | } |
| 28 | |
| 29 | // newMCPClient creates a test server and returns the admin client. |
| 30 | func newMCPClient(t testing.TB) *codersdk.Client { |
no test coverage detected