Commit a877e61d authored by poujol's avatar poujol
Browse files

feat: upgrade all libraries

parent 9b72b19c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ Check that a notification is JSON
    Reply By   200

    ${notification_headers} =    Get Request Headers
    Dictionary Should Contain Item    ${notification_headers}    Link    ${expected_header_links}
    ${notification_headers_dict}=   Convert To Dictionary   ${notification_headers}
    Dictionary Should Contain Item    ${notification_headers_dict}    Link    ${expected_header_links}

    ${notification_payload}=     Get Request Body
    # json.loads parses the payload as json. It fails if the payload is malformed
+2 −1
Original line number Diff line number Diff line
@@ -60,7 +60,8 @@ Check that a notification is sent as JSON-LD
    Reply By   200

    ${notification_headers} =    Get Request Headers
    Dictionary Should Not Contain Key    ${notification_headers}    Link
    ${notification_headers_dict}=   Convert To Dictionary   ${notification_headers}
    Dictionary Should Not Contain Key    ${notification_headers_dict}    Link

    ${notification_payload}=     Get Request Body
    # json.loads parses the payload as json. It fails if the payload is malformed
+7 −7
+65 −65

File changed.

Preview size limit exceeded, changes collapsed.

+0 −3
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@ robot --outputdir ./results ./TP/NGSI-LD
# run all tests with base url overriden
robot --variable url:"URL_HERE" --outputdir ./results .

# specify which tests are mandatory
robot --critical mandatory --outputdir ./results .

# run by specific tag(s)
robot --include mandatory --outputdir ./results .