Commit 1239de43 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

chore: apply robotidy formatting on all TCs

parent 2c93364b
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,9 @@ ${subscription_payload_file_path}= csourceSubscriptions/subscription-sample


    Check Created Resource Set To    ${subscription_payload}    ${response1.json()}    ${ignored_attributes}
    Check Created Resource Set To    ${subscription_payload}    ${response1.json()}    ${ignored_attributes}


    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    lastNotification
    Check Dictionary Might Contain Additional Members of the NotificationParams
    ...    ${response1.json()}
    ...    lastNotification
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    lastFailure
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    lastFailure
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    lastSuccess
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    lastSuccess
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    timesSent
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response1.json()}    timesSent
+1 −0
Original line number Original line Diff line number Diff line
@@ -40,6 +40,7 @@ ${subscription_payload_file_path}= csourceSubscriptions/subscription-expire
    ...    response_body=${response1.json()}
    ...    response_body=${response1.json()}
    ...    expected_attribute_value=expired
    ...    expected_attribute_value=expired



*** Keywords ***
*** Keywords ***
Generate Random Ids For Context Source Registration Subscriptions
Generate Random Ids For Context Source Registration Subscriptions
    ${subscription_id}=    Generate Random Entity Id    ${subscription_id_prefix}
    ${subscription_id}=    Generate Random Entity Id    ${subscription_id_prefix}
+3 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,9 @@ ${expectation_file_path}= csourceSubscriptions/expectations/subscr
    ...    response_body=${response.json()}
    ...    response_body=${response.json()}
    ...    ignored_keys=${ignored_attributes}
    ...    ignored_keys=${ignored_attributes}


    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    lastNotification
    Check Dictionary Might Contain Additional Members of the NotificationParams
    ...    ${response.json()}
    ...    lastNotification
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    lastFailure
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    lastFailure
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    lastSuccess
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    lastSuccess
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    timesSent
    Check Dictionary Might Contain Additional Members of the NotificationParams    ${response.json()}    timesSent