Skip to content

Commit ef99178

Browse files
committed
linter fix 2
1 parent ca41f33 commit ef99178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/github/issues_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

pkg/github/pullrequests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)