Skip to content

Commit

Permalink
Update documentation/API-Testing-Guidelines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez authored Jun 11, 2024
1 parent ae807a2 commit bb7c613
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 @@ -73,7 +73,7 @@ For the explicit subscriptions model:

* 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..
* 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.

### Error scenarios <a name="error-scenarios"></a>
Expand Down

0 comments on commit bb7c613

Please sign in to comment.