From 58ed60e5f072d872ec4db35810aec64a82e9b5e7 Mon Sep 17 00:00:00 2001 From: Houcem Kacem Date: Mon, 22 Mar 2021 17:24:19 +0100 Subject: [PATCH] fix: add missing variable --- resources/AssertionUtils.resource | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/AssertionUtils.resource b/resources/AssertionUtils.resource index a3384939..54eac1a5 100755 --- a/resources/AssertionUtils.resource +++ b/resources/AssertionUtils.resource @@ -7,6 +7,7 @@ ${instance_id_regex_expr}= root\\[.*\\]\\['instanceId'\\] ${notification_timestamps_regex_expr}= root\\['last.*'\\] ${notification_endpoint_uri_regex_expr}= root\\['endpoint'\\]\\['uri'\\] ${context_regex_expr}= root\\['@context'\\] +${status_regex_expr}= root\\['status'\\] *** Keywords *** Check Response Status Code -- GitLab