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 ffccfb9 commit 1ae05feCopy full SHA for 1ae05fe
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