Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
AWSHurneyt committed Apr 13, 2024
1 parent 66d7e05 commit 497a241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ class DocumentMonitorRunnerIT : AlertingRestTestCase() {
)
fail("Expected create monitor to fail")
} catch (e: ResponseException) {
assertTrue(e.message!!.contains("illegal_argument_exception"))
assertTrue(e.message!!.contains("alerting_exception"))
}
}

Expand Down

0 comments on commit 497a241

Please sign in to comment.