-
Notifications
You must be signed in to change notification settings - Fork 0
Case insensitive collection prefix validation in create_collection #70
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
Conversation
the function call. Fix error in handling response text.
ngachung
left a comment
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.
Lgtm. Thank you!
|
@mcduffie there is an error in your code (see failed tests). And you'll need to bump the version and update the changelog to allow this merge to proceed. |
version increment. Fix stray quote.
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.
Does this PR just fix the exception string? I don't see anything that is changing case sensitivity in this PR.
[EDIT:] My bad, now I see a bunch of changes. For some reason it wasn't showing in the default diff for me before. Or I was asleep or something...
Purpose
Modifies create_collection to not be case sensitive in terms of the base collection_id prefix. But also fix the case of the collection ID submitted to the preferred formatting of all caps.
Issues
Testing
Ran create_collection with different prefix strings.