-
Notifications
You must be signed in to change notification settings - Fork 178
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
fix(api): update error message to title case #16851
fix(api): update error message to title case #16851
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## chore_release-8.2.0 #16851 +/- ##
======================================================
Coverage ? 92.43%
======================================================
Files ? 77
Lines ? 1283
Branches ? 0
======================================================
Hits ? 1186
Misses ? 97
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. |
Co-authored-by: Ed Cormany <edward.cormany@opentrons.com>
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.
detail: str = "No tip detected." | ||
detail: str = "No Tip Detected" |
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.
OK, but FYI the contract for detail
does not say it should be TitleCase
. And in fact in many cases it will need to be sentence-case, if it's a couple of sentences long.
Overview
closes https://opentrons.atlassian.net/browse/RQA-3587.
title case error message
Test Plan and Hands on Testing
reproduce a tip not attached error and make sure when you view the details they are in title case