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 3fe6cfa commit 79d3446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,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"))
}
}
}

0 comments on commit 79d3446

Please sign in to comment.