-
Notifications
You must be signed in to change notification settings - Fork 251
Relax brittle description assertion in live MCP registry integration test #17449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -155,10 +155,10 @@ | |
| "version": "v1.20.4", | ||
| "sha": "dff508cca8ce57162e7aa6c4769a4f97c2fed638" | ||
| }, | ||
| "github/codeql-action/upload-sarif@v3.32.3": { | ||
| "github/codeql-action/upload-sarif@v3.32.4": { | ||
| "repo": "github/codeql-action/upload-sarif", | ||
| "version": "v3.32.3", | ||
| "sha": "17ec405481c24be464d4b2c5727a82f700ddb189" | ||
| "version": "v3.32.4", | ||
| "sha": "85b88275909735f5bc23196090e03d2eb148b3de" | ||
|
Comment on lines
+158
to
+161
|
||
| }, | ||
| "github/stale-repos@v3.0.2": { | ||
| "repo": "github/stale-repos", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The warning for an empty Description logs
serverName(the expected name) rather than the actualserver.Name. If the preceding name assertion fails, this warning becomes misleading and makes debugging harder. Consider loggingserver.Name(or both expected/actual) in the warning message.