From 93c47602df2860a4f26397513c88eb34c9e56d6d Mon Sep 17 00:00:00 2001 From: mdomale <125565716+mdomale@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:32:03 +0530 Subject: [PATCH] Update device-roaming-status.feature --- code/Test_definitions/device-roaming-status.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Test_definitions/device-roaming-status.feature b/code/Test_definitions/device-roaming-status.feature index 54bae01..54b71b7 100644 --- a/code/Test_definitions/device-roaming-status.feature +++ b/code/Test_definitions/device-roaming-status.feature @@ -18,7 +18,7 @@ Feature: CAMARA Device Roaming Status API, v0.6.0 - Operations for Roaming Statu Given a valid devicestatus request body with "$.phoneNumber" When the request "getRoamingStatus" is sent Then the response code is 200 - And the response header "Content-Type" is "application/json" + And the response header "Content-Type" is "application/json" And the response header "x-correlator" has same value as the request header "x-correlator" And the response body complies with the OAS schema at "/components/schemas/RoamingStatusResponse" And the response property "$.status" is 200