We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40591d commit 3f3251dCopy full SHA for 3f3251d
1 file changed
pkg/github/context_tools_test.go
@@ -115,7 +115,6 @@ func Test_GetMe(t *testing.T) {
115
textContent := getTextResult(t, result)
116
117
if tc.expectToolError {
118
- assert.Error(t, err)
119
assert.True(t, result.IsError, "expected tool call result to be an error")
120
assert.Contains(t, textContent.Text, tc.expectedToolErrMsg)
121
return
0 commit comments