Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: update TestRegisterFleet_StructuredParameters to check for tool …
…name instead of handler
  • Loading branch information
hieunhums committed Jul 14, 2025
commit 2d82b4ce443bcf66e883d3c72844849150f1ab96
4 changes: 2 additions & 2 deletions 4 internal/components/fleet/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ func TestRegisterFleet_StructuredParameters(t *testing.T) {
// Test that the tool has the required parameters
// Note: We can't directly test the parameters without access to the tool's internal structure
// but we can verify that the tool was created successfully
if tool.Handler == nil {
t.Error("Expected tool to have a handler")
if tool.Name == "" {
t.Error("Expected tool to have a name")
}
}

Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.