diff --git a/tests/resources/common.resource b/tests/resources/common.resource index d80b3a3bfaca38de0b05365a365897ca317fc6b3..45396e9659cc91876e2d0442289d5dd44f6b9e0e 100644 --- a/tests/resources/common.resource +++ b/tests/resources/common.resource @@ -58,6 +58,7 @@ Check Location Header ${event_url}= Parse Url ${resp.headers['Location']} Should Match Regexp ${event_url.path} ${regular_expression} + Should Match Regexp ${event_url.netloc} ^${CAPIF_HOSTNAME}(:[0-9]+)?$ RETURN ${event_url} Check Event Location Header