File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,6 @@ func Test_SearchRepositories(t *testing.T) {
166166}
167167
168168func Test_SearchRepositories_FullOutput (t * testing.T ) {
169- // Test the minimal_output=false functionality
170-
171- // Setup mock search results
172169 mockSearchResult := & github.RepositoriesSearchResult {
173170 Total : github .Ptr (1 ),
174171 IncompleteResults : github .Ptr (false ),
@@ -197,17 +194,14 @@ func Test_SearchRepositories_FullOutput(t *testing.T) {
197194 ),
198195 )
199196
200- // Setup client with mock
201197 client := github .NewClient (mockedClient )
202198 _ , handlerTest := SearchRepositories (stubGetClientFn (client ), translations .NullTranslationHelper )
203199
204- // Create call request
205200 request := createMCPRequest (map [string ]interface {}{
206201 "query" : "golang test" ,
207202 "minimal_output" : false ,
208203 })
209204
210- // Call handler
211205 result , err := handlerTest (context .Background (), request )
212206
213207 require .NoError (t , err )
You can’t perform that action at this time.
0 commit comments