From a42176fb9e7193040066c09de133952a1c439b63 Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:08:11 +0200 Subject: [PATCH] Update code/Test_definitions/sim-swap-subscriptions.feature Co-authored-by: Fernando Prado Cabrillo --- code/Test_definitions/sim-swap-subscriptions.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/Test_definitions/sim-swap-subscriptions.feature b/code/Test_definitions/sim-swap-subscriptions.feature index 8a69cce..2140302 100644 --- a/code/Test_definitions/sim-swap-subscriptions.feature +++ b/code/Test_definitions/sim-swap-subscriptions.feature @@ -74,7 +74,8 @@ Feature: CAMARA sim swap subscriptions API, v0.1.0 Scenario: Check deletion of existing subscription & triggering of subscription-ends event Given a valid subscription is existing and identified by an "id" And use BaseURL - When delete device status subscription with subscriptionId="id" + When delete sim swap subscription with subscriptionId="id" + Then the response property "$.status" is 204 And the response header "Content-Type" is "application/json" And the response header "x-correlator" has same value as the request header "x-correlator"