Skip to content

Commit

Permalink
Update documentation/API-Testing-Guidelines.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Díez García <pedro.diezgarcia@telefonica.com>
  • Loading branch information
jlurien and PedroDiez authored Jun 11, 2024
1 parent ac18af7 commit ae807a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/API-Testing-Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ For operation with implicit subscriptions:

For the explicit subscriptions model:

* Validate that the subscribed events are received in the `notificationUrl`, with the right `notificationAuthToken`, for those situations specified in the API.
* Validate that the subscribed events are received in the `sink`, with the right `sinkCredential`, for those situations specified in the API.
* For subscriptions that provide `subscriptionExpireTime`, validate that the subscribed events are not longer received after the expiration time.
* For subscriptions that provide `subscriptionMaxEvents`, validate that the subscribed events are not longer received after the maximum events limit is reached..
* Validate that after a subscription is deleted, the subscribed events are not longer received.
Expand Down

0 comments on commit ae807a2

Please sign in to comment.