Skip to content

Commit

Permalink
Update code/Test_definitions/sim-swap-subscriptions.feature
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Prado Cabrillo <[email protected]>
  • Loading branch information
bigludo7 and fernandopradocabrillo authored Aug 23, 2024
1 parent de86a2b commit a42176f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/Test_definitions/sim-swap-subscriptions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a42176f

Please sign in to comment.