Commit f401b016 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF104-create-detailed-check-on-location-header' into 'staging'

Resolve "Create detailed check on location header"

Closes #104

See merge request !89
parents e955e835 b5ac5a34
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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