Skip to content

Commit 59919f0

Browse files
JoannaaKLCopilot
andauthored
Update e2e/e2e_test.go
Co-authored-by: Copilot <[email protected]>
1 parent ae5a4d7 commit 59919f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ func TestListIssues(t *testing.T) {
14881488
}
14891489

14901490
t.Logf("Creating repository %s/%s...", currentOwner, repoName)
1491-
_, err = mcpClient.CallTool(ctx, createRepoRequest)
1491+
resp, err := mcpClient.CallTool(ctx, createRepoRequest)
14921492
require.NoError(t, err, "expected to call 'create_repository' tool successfully")
14931493
require.False(t, resp.IsError, fmt.Sprintf("expected result not to be an error: %+v", resp))
14941494

0 commit comments

Comments
 (0)