Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class IncidentIntegrationMetadataAttributes(ModelNormal):
validations = {
"integration_type": {
"inclusive_maximum": 9,
"inclusive_maximum": 15,
},
Comment on lines 26 to 28
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of bumping this value each time a new integration is added, perhaps the validation should be removed altogether? Otherwise, more changes like this will be needed in the future.

"status": {
"inclusive_maximum": 5,
Expand Down