File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -988,7 +988,7 @@ func Test_IssueWrite_InsidersMode_UIGate(t *testing.T) {
988988 })
989989
990990 t .Run ("non-UI client executes directly without _ui_submitted" , func (t * testing.T ) {
991- request := createMCPRequest (map [string ]interface {} {
991+ request := createMCPRequest (map [string ]any {
992992 "method" : "create" ,
993993 "owner" : "owner" ,
994994 "repo" : "repo" ,
Original file line number Diff line number Diff line change @@ -2232,7 +2232,7 @@ func Test_CreatePullRequest_InsidersMode_UIGate(t *testing.T) {
22322232 })
22332233
22342234 t .Run ("non-UI client executes directly without _ui_submitted" , func (t * testing.T ) {
2235- request := createMCPRequest (map [string ]interface {} {
2235+ request := createMCPRequest (map [string ]any {
22362236 "owner" : "owner" ,
22372237 "repo" : "repo" ,
22382238 "title" : "Test PR" ,
You can’t perform that action at this time.
0 commit comments