Skip to content

Commit

Permalink
Add unknown monitor type to FindMonitors test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mechairoi committed Mar 27, 2023
1 parent 627ff1a commit 49fe562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions monitors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ func TestFindMonitors(t *testing.T) {
"maxCheckAttempts": 3,
"warningSensitivity": "insensitive",
},
{
"id": "2cSZzK3XfmE",
"type": "unknown",
"unknownField": "unknownValue",
},
},
})

Expand Down

0 comments on commit 49fe562

Please sign in to comment.