Commit 6dda58cd authored by Benjamin Hebgen's avatar Benjamin Hebgen
Browse files

adding ignores for broker generated ... still needs a fix for datasetid array or string

parent ab816ad7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,11 +25,12 @@ ${subscription_expectation_file_path} subscriptions/expectations/subscript
    ...    ${CONTENT_TYPE_LD_JSON}
    Check Response Status Code    201    ${response.status_code}
    ${expected_subscription}=    Load Test Sample    ${subscription_expectation_file_path}    ${subscription_id}
    ${ignore_keys}=    Create List    jsonldContext    timesFailed    timesSent    notificationTrigger    status
    ${response1}=    Retrieve Subscription
    ...    id=${subscription_id}
    ...    accept=${CONTENT_TYPE_LD_JSON}
    ...    context=${ngsild_test_suite_context}
    Check Created Resource Set To    ${expected_subscription}    ${response1.json()}
    Check Created Resource Set To    ${expected_subscription}    ${response1.json()}    ${ignore_keys}


*** Keywords ***