Skip to content
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

Resolves issue #1157 - Fixes incorrect implementation of character length limitations. #1161

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

david-rocca
Copy link
Collaborator

@david-rocca david-rocca commented Jan 5, 2024

Closes Issue #1157

Summary

Previously (by me), character length limitations were implemented on the PUT body and not the PUT query parameters. In addition, tests were mistakenly only written for the POST endpoint.

This has been fixed, and now correctly applied to the PUT query parameters, and correct tests have been implemented.

Important Changes

src/controller/org.controller/index.js
test/integration-tests/user/updateUserTest.js

Testing

Steps to manually test updated functionality, if possible

  • 1) Run the following command: npm run test:integration

@david-rocca david-rocca requested a review from jdaigneau5 January 5, 2024 17:57
@jdaigneau5 jdaigneau5 merged commit 2a767da into dev Jan 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants