From 786644a54a381f2087e11e7c2af39ffbcd2bb10d Mon Sep 17 00:00:00 2001 From: Elian Kraja Date: Mon, 8 Jun 2020 15:31:53 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20=C2=96TC=5FMEC=5FSRV=5FSRVSUB=5F002=5F?= =?UTF-8?q?OK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SRV/SRVSUB/PlatSrvSubscriptions.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRV/SRVSUB/PlatSrvSubscriptions.robot b/SRV/SRVSUB/PlatSrvSubscriptions.robot index 80ea22f..7b61bf7 100644 --- a/SRV/SRVSUB/PlatSrvSubscriptions.robot +++ b/SRV/SRVSUB/PlatSrvSubscriptions.robot @@ -52,7 +52,7 @@ TC_MEC_SRV_SRVSUB_002_OK Check HTTP Response Status Code Is 201 Check HTTP Response Body Json Schema Is SerAvailabilityNotificationSubscription Check HTTP Response Header Contains Location - Check Response Contains ${response['body']} subscriptionType "SerAvailabilityNotificationSubscription" + Check Response Contains ${response['body']} subscriptionType SerAvailabilityNotificationSubscription Check Response Contains ${response['body']} callbackReference ${APP_SRVSUB_NOTIF_CALLBACK_URI} -- GitLab