Commit b42a88c9 authored by Benedetta Arena's avatar Benedetta Arena
Browse files

fix: correct check header value in loop detection test

parent dc567f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ D018_03 Check Via Header Forwarding To Context Source
    Wait For Request
    ${response}=    Get Request Headers
    ${delete_via_header}=    Convert To Dictionary    ${response}
    Should Contain    ${delete_via_header}    ${create_via_header}
    Should Contain    ${delete_via_header}[Via]\[value]    ${create_via_header}

*** Keywords ***
Create Entity And Registration On The Context Broker And Start Context Source Mock Server