You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(attachmentV4): add api test for attachment v4 (#1853)
<!--
Follow semantic-release guidelines for the PR title, which is used in
the changelog.
Title should follow the format `<type>(<scope>): <subject>`, where
- Type is one of:
build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|BREAKING
CHANGE
- Scope (optional) describes the place of the change (eg a particular
milestone) and is usually omitted
- subject should be a non-capitalized one-line description in present
imperative tense and not ending with a period
See
https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines
for more details.
-->
## Description
1. added API tests for attachments v4 service.
2. added isValid endpoint for attachment input validation
## Motivation
<!-- Background on use case, changes needed -->
## Fixes
<!-- Please provide a list of the issues fixed by this PR -->
* Bug fixed (#X)
## Changes:
<!-- Please provide a list of the changes implemented by this PR -->
* changes made
## Tests included
- [ ] Included for each change/fix?
- [ ] Passing? <!-- Merge will not be approved unless tests pass -->
## Documentation
- [ ] swagger documentation updated (required for API changes)
- [ ] official documentation updated
### official documentation info
<!-- If you have updated the official documentation, please provide PR #
and URL of the updated pages -->
0 commit comments