We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1e56b commit d7e6eb7Copy full SHA for d7e6eb7
cli/exp_mcp_test.go
@@ -158,6 +158,7 @@ func TestExpMcpServer(t *testing.T) {
158
//nolint:tparallel,paralleltest
159
func TestExpMcpConfigureClaudeCode(t *testing.T) {
160
t.Run("NoReportTaskWhenNoAgentToken", func(t *testing.T) {
161
+ t.Setenv("CODER_AGENT_TOKEN", "")
162
ctx := testutil.Context(t, testutil.WaitShort)
163
cancelCtx, cancel := context.WithCancel(ctx)
164
t.Cleanup(cancel)
0 commit comments