Commit 1787fe08 authored by Afonso Castanheta's avatar Afonso Castanheta
Browse files

Updated Test Case 5 Error Reponse Body

parent c8c633cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -250,11 +250,11 @@ At this documentation you will have all information and related files and exampl

  3. Event Subscriptions are stored in CAPIF Database
  4. Remove Event Subscription with not valid subscriber:
     1. **404 Not Found**
     1. **401 Unauthorized**
     2. Error Response Body must accomplish with **ProblemDetails** data structure with:
        * status 404
        * detail with message "Service API not existing".
        * cause with message "Event API subscription id not found".
        * status 401
        * detail with message "User not authorized".
        * cause with message "You are not the owner of this resource".

---
## Test Case 6: Invoker receives Service API Invocation events