From 008e1dfc2fa79ea44becb17e6e1c62f49910d4e4 Mon Sep 17 00:00:00 2001 From: Fernando Prado Date: Thu, 24 Oct 2024 09:41:25 +0200 Subject: [PATCH] update test plan version --- code/Test_definitions/sim-swap-subscriptions.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/sim-swap-subscriptions.feature b/code/Test_definitions/sim-swap-subscriptions.feature index e9ba206..c52ec05 100644 --- a/code/Test_definitions/sim-swap-subscriptions.feature +++ b/code/Test_definitions/sim-swap-subscriptions.feature @@ -1,4 +1,4 @@ -Feature: CAMARA sim swap subscriptions API, v0.1.0 +Feature: CAMARA sim swap subscriptions API, v0.1.1 # Input to be provided by the implementation to the tester # # Testing assets: @@ -6,7 +6,7 @@ Feature: CAMARA sim swap subscriptions API, v0.1.0 # * Be able to perform a sim swap for this mobile line shifting from sim card 1 to sim card 2 # * a callback url identified as "callbackUrl" allows to receive notification # - # References to OAS spec schemas refer to schemas specifies in sim-swap-subscriptions.yaml, version v0.1.0 + # References to OAS spec schemas refer to schemas specifies in sim-swap-subscriptions.yaml, version v0.1.1 Background: Common subscriptions setup Given the resource "/sim-swap-subscriptions/v0.1/subscriptions" as BaseURL |