DocumentationCheck that you cannot create a subscription with negative/in conjunction with timeInterval throttling
DocumentationCheck that you cannot create a subscription with invalid throttling (a negative throttling or in conjunction with timeInterval throttling)
[Documentation]Check that you cannot create a subscription with negative/in conjunction with timeInterval throttling
[Documentation]Check that you cannot create a subscription with invalid throttling (a negative throttling or in conjunction with timeInterval throttling)
[Tags]sub-create5_8_1
[Tags]sub-create5_8_1
[Arguments]${filename}${expected_status}
[Arguments]${filename}${expected_status}
${response}=Create Subscription From File${filename}
${response}=Create Subscription From File${filename}
Check Response Status Code400${response.status_code}
Check Response Status Code400${response.status_code}
Check RL Response Body Containing ProblemDetails Element Containing Type Element set to
...${response.json()}
...${expected_status}
Check RL Response Body Containing ProblemDetails Element Containing Title Element${response.json()}
DocumentationIf a Subscription defines a throttling member, a Notification shall not be sent if the throttling specified (in seconds) has not elapsed yet.
046_16_01 Check that a notification is not sent if the throttling has not elapsed yet
[Documentation]If a Subscription defines a throttling member, a Notification shall not be sent if the throttling specified (in seconds) has not elapsed yet.