From 1787fe089305dcd03b36291c780325bce26c1894 Mon Sep 17 00:00:00 2001 From: Castanheta Date: Thu, 7 May 2026 18:58:15 +0100 Subject: [PATCH] Updated Test Case 5 Error Reponse Body --- doc/testing/testplan/api_events_service/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/testing/testplan/api_events_service/README.md b/doc/testing/testplan/api_events_service/README.md index c6b37dbb..7db084aa 100644 --- a/doc/testing/testplan/api_events_service/README.md +++ b/doc/testing/testplan/api_events_service/README.md @@ -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 -- GitLab