-
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
test: Add test to check hostname length (HMS-5185) #2681
Conversation
/jira-epic HMS-5164 |
Also updated the validator a tiny bit to reflect the "up to 64 lower-case characters" part. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #2681 +/- ##
=======================================
Coverage 85.23% 85.23%
=======================================
Files 175 175
Lines 20255 20253 -2
Branches 1976 1976
=======================================
- Hits 17264 17263 -1
+ Misses 2969 2968 -1
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
991ac64
to
1592f94
Compare
This adds a test to check the length of the hostname.
Validation error mentions only lowercase characters, this updates the regex accordingly.
1592f94
to
2d2c37c
Compare
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
This adds a test to check the length of the hostname.
JIRA: HMS-5185