From 064402e86b721d8607857d09eb4fba662f7e116d Mon Sep 17 00:00:00 2001 From: Michele Carignani Date: Wed, 3 Feb 2021 11:33:38 +0100 Subject: [PATCH] fix typo in TC_MEC_SRV_RNIS_019_OK (#29) --- SRV/RNIS/RnisQuery_BV.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRV/RNIS/RnisQuery_BV.robot b/SRV/RNIS/RnisQuery_BV.robot index 6b0e4cc..10ac929 100644 --- a/SRV/RNIS/RnisQuery_BV.robot +++ b/SRV/RNIS/RnisQuery_BV.robot @@ -51,7 +51,7 @@ Request L2Meas info ... Reference https://forge.etsi.org/gitlab/mec/gs012-rnis-api/blob/master/RniAPI.yaml#/definitions/L2Meas Get Layer2Meas Info Check HTTP Response Status Code Is 200 - Check HTTP Response Body Json Schema Is Layer2MeasInfos + Check HTTP Response Body Json Schema Is L2MeasInfos Check L2MeasInfo ${response['body']} -- GitLab