Skip to content

Commit 2ade8c3

Browse files
go fmt
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1135709 commit 2ade8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/internal/e2e/mcp_and_agents_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func TestMCPServers(t *testing.T) {
126126
}
127127

128128
session, err := client.CreateSession(t.Context(), &copilot.SessionConfig{
129-
MCPServers: mcpServers,
129+
MCPServers: mcpServers,
130130
OnPermissionRequest: copilot.PermissionHandler.ApproveAll,
131131
})
132132
if err != nil {

0 commit comments

Comments
 (0)