-
Notifications
You must be signed in to change notification settings - Fork 53
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
bot: Bump github.com/ipfs/go-cid from 0.3.2 to 0.4.0 #1200
Changes from 1 commit
9cdde02
078ba56
56b75da
e54eb59
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ func TestQuerySimpleWithInvalidCidAndInvalidDocKey(t *testing.T) { | |
}`, | ||
}, | ||
}, | ||
ExpectedError: "invalid CID", | ||
ExpectedError: "failed to propagate VersionFetcher span: invalid cid: selected encoding not supported", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm unsure about whether we should change the expected error message or have the request error differently. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The first part of that error feels unnecessary to return to the user. Do you mind checking if you can easily remove it from the returned error? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I simplified it, IMO it was too specific before. That said, the CID could be validated before that specific step. That would be for a different PR. |
||
} | ||
|
||
executeTestCase(t, test) | ||
|
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.
praise: Thanks for removing this :)