Skip to content

Commit

Permalink
fix: add the field to the fixtures [sc-20606]
Browse files Browse the repository at this point in the history
  • Loading branch information
umutuzgur committed Jun 21, 2024
1 parent 25a38b0 commit f30f36c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checkly_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ var wantGroup = checkly.Group{
Amount: 0,
Interval: 5,
},
ParallelRunFailureThreshold: checkly.ParallelRunFailureThreshold{
Enabled: false,
Percentage: 10,
},
},
AlertChannelSubscriptions: []checkly.AlertChannelSubscription{
{
Expand Down
4 changes: 4 additions & 0 deletions fixtures/CreateGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"reminders": {
"amount": 0,
"interval": 5
},
"parallelRunFailureThreshold": {
"enabled": false,
"percentage": 10
}
},
"alertChannelSubscriptions": [
Expand Down
4 changes: 4 additions & 0 deletions fixtures/UpdateGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"amount": 0,
"interval": 5
},
"parallelRunFailureThreshold": {
"enabled": false,
"percentage": 10
},
"escalationType": "RUN_BASED",
"runBasedEscalation": {
"failedRunThreshold": 1
Expand Down

0 comments on commit f30f36c

Please sign in to comment.