Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b932a commit 1aab1aaCopy full SHA for 1aab1aa
cli/exp_mcp_test.go
@@ -148,6 +148,7 @@ func TestExpMcpServer(t *testing.T) {
148
//nolint:tparallel,paralleltest
149
func TestExpMcpConfigureClaudeCode(t *testing.T) {
150
t.Run("NoReportTaskWhenNoAgentToken", func(t *testing.T) {
151
+ t.Setenv("CODER_AGENT_TOKEN", "")
152
ctx := testutil.Context(t, testutil.WaitShort)
153
cancelCtx, cancel := context.WithCancel(ctx)
154
t.Cleanup(cancel)
0 commit comments