Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(tests): send full payload to acknowledgement endpoint (#11026)
Browse files Browse the repository at this point in the history
* fix(tests): send full payload to acknowledgement endpoint

* Update tests/api/features/Acknowledgement.feature

Co-authored-by: Kevin Duret <kduret@centreon.com>

Co-authored-by: Kevin Duret <kduret@centreon.com>
  • Loading branch information
2 people authored and chgautier committed Apr 26, 2022
1 parent ce9325e commit 1b93e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/api/features/Acknowledgement.feature
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Feature:
"acknowledgement": {
"comment": "Acknowledged by admin",
"is_notify_contacts": false,
"with_services": false
"with_services": false,
"is_sticky": true,
"is_persistent_comment": true
},
"resources": [
{
Expand Down

0 comments on commit 1b93e8f

Please sign in to comment.