feature/support create_case, resolve_case, describe_cases and associated tests (#3776)
* feature/support create_case, resolve_case, describe_cases and associated tests * review/support - addressed PR comments - Have created a SupportCase object to persist case - Associated testing to address PR comments * Support - simplify tests * Support - Simplify tests even more Co-authored-by: Bert Blommers <info@bertblommers.nl>
This commit is contained in:
parent
b06e77b604
commit
74272ae51c
4 changed files with 853 additions and 30 deletions
|
|
@ -10059,9 +10059,9 @@
|
|||
|
||||
- [ ] add_attachments_to_set
|
||||
- [ ] add_communication_to_case
|
||||
- [ ] create_case
|
||||
- [X] create_case
|
||||
- [ ] describe_attachment
|
||||
- [ ] describe_cases
|
||||
- [X] describe_cases
|
||||
- [ ] describe_communications
|
||||
- [ ] describe_services
|
||||
- [ ] describe_severity_levels
|
||||
|
|
@ -10070,7 +10070,7 @@
|
|||
- [ ] describe_trusted_advisor_check_summaries
|
||||
- [X] describe_trusted_advisor_checks
|
||||
- [X] refresh_trusted_advisor_check
|
||||
- [ ] resolve_case
|
||||
- [X] resolve_case
|
||||
</details>
|
||||
|
||||
## swf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue