We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e42af9 commit 85dce87Copy full SHA for 85dce87
test/unit/groups/monitor_api_test.py
@@ -107,7 +107,7 @@ def test_create_alert_definition(self):
107
assert mock_post.call_url == url
108
# payload should include the provided fields
109
assert mock_post.call_data["label"] == "Created Alert"
110
- assert mock_post.call_data["severity"] == "warning"
+ assert mock_post.call_data["severity"] == 1
111
assert "channel_ids" in mock_post.call_data
112
113
assert isinstance(alert, AlertDefinition)
0 commit comments